class Aws::ElasticTranscoder::Types::ListJobsByStatusRequest
The `ListJobsByStatusRequest` structure.
@note When making an API call, you may pass ListJobsByStatusRequest
data as a hash: { status: "JobStatus", # required ascending: "Ascending", page_token: "Id", }
@!attribute [rw] status
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`. @return [String]
@!attribute [rw] ascending
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`. @return [String]
@!attribute [rw] page_token
When Elastic Transcoder returns more than one page of results, use `pageToken` in subsequent `GET` requests to get each successive page of results. @return [String]
Constants
- SENSITIVE