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.
| 11455 11456 11457 11458 11459 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11455 class CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult < Struct.new( :local_gateway_route_table_virtual_interface_group_association) SENSITIVE = [] include Aws::Structure end |