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
- Struct
- Aws::ElasticTranscoder::Types::ListJobsByStatusRequest
- Defined in:
- (unknown)
Overview
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
-
#ascending ⇒ String
To list jobs in chronological order by the date and time that they were submitted, enter
true. -
#page_token ⇒ String
When Elastic Transcoder returns more than one page of results, use
pageTokenin subsequentGETrequests to get each successive page of results. -
#status ⇒ 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, orError.
Instance Attribute Details
#ascending ⇒ String
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.
#page_token ⇒ String
When Elastic Transcoder returns more than one page of results, use
pageToken in subsequent GET requests to get each successive page of
results.
#status ⇒ 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.