class Aws::MediaConvert::Client

def create_queue(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_queue(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CreateQueue - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateQueueResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :tags (Hash) --
  • :status (String) --
  • :reservation_plan_settings (Types::ReservationPlanSettings) --
  • :pricing_plan (String) --
  • :name (required, String) --
  • :description (String) --
  • :concurrent_jobs (Integer) --
def create_queue(params = {}, options = {})
  req = build_request(:create_queue, params)
  req.send_request(options)
end