Class: Aws::EC2::Types::CreateLocalGatewayRouteTableVpcAssociationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayRouteTableVpcAssociationResult
 
- 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_vpc_association  ⇒ Types::LocalGatewayRouteTableVpcAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the association. 
Instance Attribute Details
#local_gateway_route_table_vpc_association ⇒ Types::LocalGatewayRouteTableVpcAssociation
Information about the association.
| 11497 11498 11499 11500 11501 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11497 class CreateLocalGatewayRouteTableVpcAssociationResult < Struct.new( :local_gateway_route_table_vpc_association) SENSITIVE = [] include Aws::Structure end |