Class: Aws::EC2::Types::TransitGatewayRouteTableAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteTableAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an association between a route table and a resource attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the association.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attachment.
 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
      70532 70533 70534 70535 70536 70537 70538 70539  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70532 class TransitGatewayRouteTableAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type. Note that the ‘tgw-peering` resource type has been deprecated.
      70532 70533 70534 70535 70536 70537 70538 70539  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70532 class TransitGatewayRouteTableAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the association.
      70532 70533 70534 70535 70536 70537 70538 70539  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70532 class TransitGatewayRouteTableAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
      70532 70533 70534 70535 70536 70537 70538 70539  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70532 class TransitGatewayRouteTableAssociation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end  |