Class: Aws::EC2::Types::TransitGatewayConnect
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayConnect
- Includes:
- Structure
- Defined in:
- 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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.
69173 69174 69175 69176 69177 69178 69179 69180 69181 69182 69183 |
# File 'lib/aws-sdk-ec2/types.rb', line 69173 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 |