Class: Aws::EC2::Types::TransitGatewayAttachmentAssociation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGatewayAttachmentAssociation
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an association.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The state of the association. 
- 
  
    
      #transit_gateway_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the route table for the transit gateway. 
Instance Attribute Details
#state ⇒ String
The state of the association.
| 75773 75774 75775 75776 75777 75778 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75773 class TransitGatewayAttachmentAssociation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end | 
#transit_gateway_route_table_id ⇒ String
The ID of the route table for the transit gateway.
| 75773 75774 75775 75776 75777 75778 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 75773 class TransitGatewayAttachmentAssociation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end |