You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::TransitGatewayAssociation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TransitGatewayAssociation
 
- Defined in:
- (unknown)
Overview
Describes an association between a resource attachment and a transit gateway route table.
Returned by:
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. 
- 
  
    
      #transit_gateway_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the transit gateway route table. 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
#resource_type ⇒ String
The resource type. Note that the tgw-peering resource type has been
deprecated. 
Possible values:
- vpc
- vpn
- direct-connect-gateway
- peering
- tgw-peering
#state ⇒ String
The state of the association.
Possible values:
- associating
- associated
- disassociating
- disassociated
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.