Class: Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association  ⇒ Types::TransitGatewayAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the association.
 
Instance Attribute Details
#association ⇒ Types::TransitGatewayAssociation
The ID of the association.
      2643 2644 2645 2646 2647  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 2643 class AssociateTransitGatewayRouteTableResult < Struct.new( :association) SENSITIVE = [] include Aws::Structure end  |