Class: Aws::EC2::Types::RouteTableAssociation

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

Overview

Describes an association between a route table and a subnet.

Instance Attribute Summary collapse

Instance Attribute Details

#mainBoolean

Indicates whether this is the main route table.

Returns:

  • (Boolean)


31601
31602
31603
31604
31605
31606
31607
# File 'lib/aws-sdk-ec2/types.rb', line 31601

class RouteTableAssociation < Struct.new(
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  include Aws::Structure
end

#route_table_association_idString

The ID of the association between a route table and a subnet.

Returns:

  • (String)


31601
31602
31603
31604
31605
31606
31607
# File 'lib/aws-sdk-ec2/types.rb', line 31601

class RouteTableAssociation < Struct.new(
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  include Aws::Structure
end

#route_table_idString

The ID of the route table.

Returns:

  • (String)


31601
31602
31603
31604
31605
31606
31607
# File 'lib/aws-sdk-ec2/types.rb', line 31601

class RouteTableAssociation < Struct.new(
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  include Aws::Structure
end

#subnet_idString

The ID of the subnet. A subnet ID is not returned for an implicit association.

Returns:

  • (String)


31601
31602
31603
31604
31605
31606
31607
# File 'lib/aws-sdk-ec2/types.rb', line 31601

class RouteTableAssociation < Struct.new(
  :main,
  :route_table_association_id,
  :route_table_id,
  :subnet_id)
  include Aws::Structure
end