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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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.
69717 69718 69719 69720 69721 69722 69723 69724 69725 69726 69727 69728 69729 |
# File 'lib/aws-sdk-ec2/types.rb', line 69717 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 |