Class: Aws::EC2::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
- Defined in:
- gems/aws-sdk-ec2/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.
10278 10279 10280 10281 10282 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10278 class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult < Struct.new( :local_gateway_route_table_virtual_interface_group_association) SENSITIVE = [] include Aws::Structure end |