# File lib/aws/ec2/route_table_collection.rb, line 45
      def [] route_table_id
        RouteTable.new(route_table_id, :config => config)
      end