Class: Aws::EC2::Types::TransitGatewayAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an attachment between a resource and a transit gateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association  ⇒ Types::TransitGatewayAttachmentAssociation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attachment state.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the attachment.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attachment.
 - 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway.
 - 
  
    
      #transit_gateway_owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the transit gateway.
 
Instance Attribute Details
#association ⇒ Types::TransitGatewayAttachmentAssociation
The association.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The creation time.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type. Note that the ‘tgw-peering` resource type has been deprecated.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The attachment state. Note that the ‘initiating` state has been deprecated.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the attachment.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_id ⇒ String
The ID of the transit gateway.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
      71141 71142 71143 71144 71145 71146 71147 71148 71149 71150 71151 71152 71153 71154  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71141 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  |