Class: Aws::EC2::Types::TransitGatewayAttachmentAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayAttachmentAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The state of the association.
-
#transit_gateway_route_table_id ⇒ String
The ID of the route table for the transit gateway.
Instance Attribute Details
#state ⇒ String
The state of the association.
69080 69081 69082 69083 69084 69085 |
# File 'lib/aws-sdk-ec2/types.rb', line 69080 class TransitGatewayAttachmentAssociation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_id ⇒ String
The ID of the route table for the transit gateway.
69080 69081 69082 69083 69084 69085 |
# File 'lib/aws-sdk-ec2/types.rb', line 69080 class TransitGatewayAttachmentAssociation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end |