Struct aws_sdk_ec2::output::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
source · #[non_exhaustive]pub struct CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput { /* private fields */ }
Implementations§
source§impl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
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 CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
.
Trait Implementations§
source§impl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
impl Clone for CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
source§fn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
fn clone(
&self
) -> CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput
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