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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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)


65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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)


65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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.



65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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.



65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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)


65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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.



65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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:



65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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)


65025
65026
65027
65028
65029
65030
65031
65032
65033
65034
65035
65036
65037
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 65025

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