Class AWS::EC2::RouteTableCollection
In: lib/aws/ec2/route_table_collection.rb
Parent: Collection

Methods

Included Modules

TaggedCollection Core::Collection::Simple

Public Instance methods

@param [String] route_table_id @return [RouteTable]

Creates a route table.

@param [Hash] options

@option options [VPC,String] :vpc The vpc or vpc id of where you want

  to create the route table.

@return [RouteTable]

@return [RouteTable] Returns the main (default) route table.

  This route table is automatically assigned to new subnets
  and can not be deleted.

Protected Instance methods

[Validate]