pub struct VpcEndpointRouteTableAssociationResult {
pub route_table_id: Output<String>,
pub vpc_endpoint_id: Output<String>,
}
Fields§
§route_table_id: Output<String>
Identifier of the EC2 Route Table to be associated with the VPC Endpoint.
vpc_endpoint_id: Output<String>
Identifier of the VPC Endpoint with which the EC2 Route Table will be associated.
Auto Trait Implementations§
impl Freeze for VpcEndpointRouteTableAssociationResult
impl RefUnwindSafe for VpcEndpointRouteTableAssociationResult
impl Send for VpcEndpointRouteTableAssociationResult
impl Sync for VpcEndpointRouteTableAssociationResult
impl Unpin for VpcEndpointRouteTableAssociationResult
impl UnwindSafe for VpcEndpointRouteTableAssociationResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more