class Aws::MediaConvert::Types::ListJobsRequest

You can send list jobs requests with an empty body. Optionally, you can filter the response by queue and/or job status by specifying them in your request body. You can also optionally specify the maximum number, up to twenty, of jobs to be returned.

@note When making an API call, you may pass ListJobsRequest

data as a hash:

    {
      max_results: 1,
      next_token: "__string",
      order: "ASCENDING", # accepts ASCENDING, DESCENDING
      queue: "__string",
      status: "SUBMITTED", # accepts SUBMITTED, PROGRESSING, COMPLETE, CANCELED, ERROR
    }

@!attribute [rw] max_results

Optional. Number of jobs, up to twenty, that will be returned at one
time.
@return [Integer]

@!attribute [rw] next_token

Optional. Use this string, provided with the response to a previous
request, to request the next batch of jobs.
@return [String]

@!attribute [rw] order

Optional. When you request lists of resources, you can specify
whether they are sorted in ASCENDING or DESCENDING order. Default
varies by resource.
@return [String]

@!attribute [rw] queue

Optional. Provide a queue name to get back only jobs from that
queue.
@return [String]

@!attribute [rw] status

Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE,
CANCELED, or ERROR.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListJobsRequest AWS API Documentation

Constants

SENSITIVE