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

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

Overview

Describes a route table.

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::RouteTableAssociation>

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

Returns:



31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#owner_idString

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

Returns:

  • (String)


31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#propagating_vgwsArray<Types::PropagatingVgw>

Any virtual private gateway (VGW) propagating routes.

Returns:



31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#route_table_idString

The ID of the route table.

Returns:

  • (String)


31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#routesArray<Types::Route>

The routes in the route table.

Returns:



31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the route table.

Returns:



31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


31569
31570
31571
31572
31573
31574
31575
31576
31577
31578
# File 'lib/aws-sdk-ec2/types.rb', line 31569

class RouteTable < Struct.new(
  :associations,
  :propagating_vgws,
  :route_table_id,
  :routes,
  :tags,
  :vpc_id,
  :owner_id)
  include Aws::Structure
end