Class: Aws::EC2::Types::TransitGatewayConnectPeer
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnectPeer
- 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
-
#connect_peer_configuration ⇒ Types::TransitGatewayConnectPeerConfiguration
The Connect peer details.
-
#creation_time ⇒ Time
The creation time.
-
#state ⇒ String
The state of the Connect peer.
-
#tags ⇒ Array<Types::Tag>
The tags for the Connect peer.
-
#transit_gateway_attachment_id ⇒ String
The ID of the Connect attachment.
-
#transit_gateway_connect_peer_id ⇒ String
The ID of the Connect peer.
Instance Attribute Details
#connect_peer_configuration ⇒ Types::TransitGatewayConnectPeerConfiguration
The Connect peer details.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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_time ⇒ Time
The creation time.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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 |
#state ⇒ String
The state of the Connect peer.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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 |
#tags ⇒ Array<Types::Tag>
The tags for the Connect peer.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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_id ⇒ String
The ID of the Connect attachment.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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_id ⇒ String
The ID of the Connect peer.
69484 69485 69486 69487 69488 69489 69490 69491 69492 69493 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69484 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 |