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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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.
69430 69431 69432 69433 69434 69435 69436 69437 69438 69439 69440 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69430 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 |