class Aws::TranscribeService::Types::ListTranscriptionJobsRequest
@note When making an API call, you may pass ListTranscriptionJobsRequest
data as a hash: { status: "QUEUED", # accepts QUEUED, IN_PROGRESS, FAILED, COMPLETED job_name_contains: "TranscriptionJobName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] status
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date. @return [String]
@!attribute [rw] job_name_contains
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string. @return [String]
@!attribute [rw] next_token
If the result of the previous request to `ListTranscriptionJobs` is truncated, include the `NextToken` to fetch the next set of jobs. @return [String]
@!attribute [rw] max_results
The maximum number of jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListTranscriptionJobsRequest AWS API Documentation
Constants
- SENSITIVE