Class: Aws::EC2::Types::TransitGatewayAttachmentAssociation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an association.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the association.

Returns:

  • (String)


35756
35757
35758
35759
35760
# File 'lib/aws-sdk-ec2/types.rb', line 35756

class TransitGatewayAttachmentAssociation < Struct.new(
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end

#transit_gateway_route_table_idString

The ID of the route table for the transit gateway.

Returns:

  • (String)


35756
35757
35758
35759
35760
# File 'lib/aws-sdk-ec2/types.rb', line 35756

class TransitGatewayAttachmentAssociation < Struct.new(
  :transit_gateway_route_table_id,
  :state)
  include Aws::Structure
end