Class: Aws::EC2::Types::TransitGatewayAttachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayAttachment
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an attachment between a resource and a transit gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::TransitGatewayAttachmentAssociation
The association.
-
#creation_time ⇒ Time
The creation time.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
-
#resource_type ⇒ String
The resource type.
-
#state ⇒ String
The attachment state.
-
#tags ⇒ Array<Types::Tag>
The tags for the attachment.
-
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
-
#transit_gateway_id ⇒ String
The ID of the transit gateway.
-
#transit_gateway_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
Instance Attribute Details
#association ⇒ Types::TransitGatewayAttachmentAssociation
The association.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. Note that the tgw-peering resource type has
been deprecated.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The attachment state. Note that the initiating state has been
deprecated.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the attachment.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_id ⇒ String
The ID of the transit gateway.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_owner_id ⇒ String
The ID of the Amazon Web Services account that owns the transit gateway.
86519 86520 86521 86522 86523 86524 86525 86526 86527 86528 86529 86530 86531 86532 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86519 class TransitGatewayAttachment < Struct.new( :transit_gateway_attachment_id, :transit_gateway_id, :transit_gateway_owner_id, :resource_owner_id, :resource_type, :resource_id, :state, :association, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end |