#[non_exhaustive]pub struct DeleteLocalGatewayRouteTableVpcAssociationOutput { /* private fields */ }Implementations§
source§impl DeleteLocalGatewayRouteTableVpcAssociationOutput
impl DeleteLocalGatewayRouteTableVpcAssociationOutput
sourcepub fn local_gateway_route_table_vpc_association(
&self
) -> Option<&LocalGatewayRouteTableVpcAssociation>
pub fn local_gateway_route_table_vpc_association(
&self
) -> Option<&LocalGatewayRouteTableVpcAssociation>
Information about the association.
source§impl DeleteLocalGatewayRouteTableVpcAssociationOutput
impl DeleteLocalGatewayRouteTableVpcAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableVpcAssociationOutput.
Trait Implementations§
source§impl Clone for DeleteLocalGatewayRouteTableVpcAssociationOutput
impl Clone for DeleteLocalGatewayRouteTableVpcAssociationOutput
source§fn clone(&self) -> DeleteLocalGatewayRouteTableVpcAssociationOutput
fn clone(&self) -> DeleteLocalGatewayRouteTableVpcAssociationOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more