Class: Aws::EC2::Types::TransitGatewayPeeringAttachment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accepter_tgw_infoTypes::PeeringTgwInfo

Information about the accepter transit gateway.



65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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_idString

The ID of the accepter transit gateway attachment.

Returns:

  • (String)


65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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_timeTime

The time the transit gateway peering attachment was created.

Returns:

  • (Time)


65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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

#optionsTypes::TransitGatewayPeeringAttachmentOptions

Details about the transit gateway peering attachment.



65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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_infoTypes::PeeringTgwInfo

Information about the requester transit gateway.



65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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

#stateString

The state of the transit gateway peering attachment. Note that the ‘initiating` state has been deprecated.

Returns:

  • (String)


65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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

#statusTypes::PeeringAttachmentStatus

The status of the transit gateway peering attachment.



65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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

#tagsArray<Types::Tag>

The tags for the transit gateway peering attachment.

Returns:



65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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_idString

The ID of the transit gateway peering attachment.

Returns:

  • (String)


65151
65152
65153
65154
65155
65156
65157
65158
65159
65160
65161
65162
65163
# File 'lib/aws-sdk-ec2/types.rb', line 65151

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