You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::RouteTable

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a route table.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::RouteTableAssociation>

The associations between the route table and one or more subnets or a gateway.

Returns:

#owner_idString

The ID of the AWS account that owns the route table.

Returns:

  • (String)

    The ID of the AWS account that owns the route table.

#propagating_vgwsArray<Types::PropagatingVgw>

Any virtual private gateway (VGW) propagating routes.

Returns:

#route_table_idString

The ID of the route table.

Returns:

  • (String)

    The ID of the route table.

#routesArray<Types::Route>

The routes in the route table.

Returns:

#tagsArray<Types::Tag>

Any tags assigned to the route table.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the route table.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.