Class: Aws::EC2::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_route_table_virtual_interface_group_association ⇒ Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Information about the local gateway route table virtual interface group association.
Instance Attribute Details
#local_gateway_route_table_virtual_interface_group_association ⇒ Types::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Information about the local gateway route table virtual interface group association.
10181 10182 10183 10184 10185 |
# File 'lib/aws-sdk-ec2/types.rb', line 10181 class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult < Struct.new( :local_gateway_route_table_virtual_interface_group_association) SENSITIVE = [] include Aws::Structure end |