Class: Aws::EC2::Types::TransitGatewayPeeringAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayPeeringAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the transit gateway peering attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #accepter_tgw_info  ⇒ Types::PeeringTgwInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the accepter transit gateway.
 - 
  
    
      #accepter_transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the accepter transit gateway attachment.
 - 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the transit gateway peering attachment was created.
 - 
  
    
      #options  ⇒ Types::TransitGatewayPeeringAttachmentOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the transit gateway peering attachment.
 - 
  
    
      #requester_tgw_info  ⇒ Types::PeeringTgwInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the requester transit gateway.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the transit gateway peering attachment.
 - 
  
    
      #status  ⇒ Types::PeeringAttachmentStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the transit gateway peering attachment.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the transit gateway peering attachment.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway peering attachment.
 
Instance Attribute Details
#accepter_tgw_info ⇒ Types::PeeringTgwInfo
Information about the accepter transit gateway.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#accepter_transit_gateway_attachment_id ⇒ String
The ID of the accepter transit gateway attachment.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ Time
The time the transit gateway peering attachment was created.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#options ⇒ Types::TransitGatewayPeeringAttachmentOptions
Details about the transit gateway peering attachment.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#requester_tgw_info ⇒ Types::PeeringTgwInfo
Information about the requester transit gateway.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the transit gateway peering attachment. Note that the ‘initiating` state has been deprecated.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::PeeringAttachmentStatus
The status of the transit gateway peering attachment.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags for the transit gateway peering attachment.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the transit gateway peering attachment.
      70529 70530 70531 70532 70533 70534 70535 70536 70537 70538 70539 70540 70541  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70529 class TransitGatewayPeeringAttachment < Struct.new( :transit_gateway_attachment_id, :accepter_transit_gateway_attachment_id, :requester_tgw_info, :accepter_tgw_info, :options, :status, :state, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  |