# File lib/fog/aws/requests/compute/create_route_table.rb, line 26
        def create_route_table(vpc_id)
          request({
            'Action' => 'CreateRouteTable',
            'VpcId' => vpc_id,
            :parser => Fog::Parsers::Compute::AWS::CreateRouteTable.new
          })
        end