Class: Aws::EC2::Types::TransitGatewayConnectPeer

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a transit gateway Connect peer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_peer_configurationTypes::TransitGatewayConnectPeerConfiguration

The Connect peer details.



64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the Connect peer.

Returns:

  • (String)


64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the Connect peer.

Returns:



64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_attachment_idString

The ID of the Connect attachment.

Returns:

  • (String)


64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#transit_gateway_connect_peer_idString

The ID of the Connect peer.

Returns:

  • (String)


64535
64536
64537
64538
64539
64540
64541
64542
64543
64544
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64535

class TransitGatewayConnectPeer < Struct.new(
  :transit_gateway_attachment_id,
  :transit_gateway_connect_peer_id,
  :state,
  :creation_time,
  :connect_peer_configuration,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end