Class: Aws::EC2::Types::TransitGatewayAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association between a resource attachment and a transit gateway route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The resource type.
-
#state ⇒ String
The state of the association.
-
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
-
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
65290 65291 65292 65293 65294 65295 65296 65297 65298 |
# File 'lib/aws-sdk-ec2/types.rb', line 65290 class TransitGatewayAssociation < Struct.new( :transit_gateway_route_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. Note that the ‘tgw-peering` resource type has been deprecated.
65290 65291 65292 65293 65294 65295 65296 65297 65298 |
# File 'lib/aws-sdk-ec2/types.rb', line 65290 class TransitGatewayAssociation < Struct.new( :transit_gateway_route_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the association.
65290 65291 65292 65293 65294 65295 65296 65297 65298 |
# File 'lib/aws-sdk-ec2/types.rb', line 65290 class TransitGatewayAssociation < Struct.new( :transit_gateway_route_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
65290 65291 65292 65293 65294 65295 65296 65297 65298 |
# File 'lib/aws-sdk-ec2/types.rb', line 65290 class TransitGatewayAssociation < Struct.new( :transit_gateway_route_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
65290 65291 65292 65293 65294 65295 65296 65297 65298 |
# File 'lib/aws-sdk-ec2/types.rb', line 65290 class TransitGatewayAssociation < Struct.new( :transit_gateway_route_table_id, :transit_gateway_attachment_id, :resource_id, :resource_type, :state) SENSITIVE = [] include Aws::Structure end |