Class: Aws::EC2::Types::TransitGatewayConnect
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnect
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a transit gateway Connect attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time.
-
#options ⇒ Types::TransitGatewayConnectOptions
The Connect attachment options.
-
#state ⇒ String
The state of the attachment.
-
#tags ⇒ Array<Types::Tag>
The tags for the attachment.
-
#transit_gateway_attachment_id ⇒ String
The ID of the Connect attachment.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
-
#transport_transit_gateway_attachment_id ⇒ String
The ID of the attachment from which the Connect attachment was created.
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::TransitGatewayConnectOptions
The Connect attachment options.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the attachment.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the attachment.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the Connect attachment.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |
#transport_transit_gateway_attachment_id ⇒ String
The ID of the attachment from which the Connect attachment was created.
81394 81395 81396 81397 81398 81399 81400 81401 81402 81403 81404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 81394 class TransitGatewayConnect < Struct.new( :transit_gateway_attachment_id, :transport_transit_gateway_attachment_id, :transit_gateway_id, :state, :creation_time, :options, :tags) SENSITIVE = [] include Aws::Structure end |