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

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

Overview

Describes an association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the association.

Returns:

  • (String)


64388
64389
64390
64391
64392
64393
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64388

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

#transit_gateway_route_table_idString

The ID of the route table for the transit gateway.

Returns:

  • (String)


64388
64389
64390
64391
64392
64393
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64388

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