Struct aws_sdk_ec2::output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
source · #[non_exhaustive]pub struct DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput { /* private fields */ }Implementations§
source§impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcepub fn local_gateway_route_table_virtual_interface_group_association(
&self
) -> Option<&LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
pub fn local_gateway_route_table_virtual_interface_group_association(
&self
) -> Option<&LocalGatewayRouteTableVirtualInterfaceGroupAssociation>
Describes an association between a local gateway route table and a virtual interface group.
source§impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput.
Trait Implementations§
source§impl Clone for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Clone for DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
source§fn clone(
&self
) -> DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
fn clone(
&self
) -> DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
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