You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticTranscoder::Types::ListJobsByStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListJobsByStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  status: "JobStatus", # required
  ascending: "Ascending",
  page_token: "Id",
}

The ListJobsByStatusRequest structure.

Instance Attribute Summary collapse

Instance Attribute Details

#ascendingString

To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

Returns:

  • (String)

    To list jobs in chronological order by the date and time that they were submitted, enter true.

#page_tokenString

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

Returns:

  • (String)

    When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

#statusString

To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

Returns:

  • (String)

    To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.