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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


63626
63627
63628
63629
63630
63631
# File 'lib/aws-sdk-ec2/types.rb', line 63626

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)


63626
63627
63628
63629
63630
63631
# File 'lib/aws-sdk-ec2/types.rb', line 63626

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