class Aws::TranscribeService::Types::ListMedicalTranscriptionJobsRequest
@note When making an API call, you may pass ListMedicalTranscriptionJobsRequest
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 medical 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 Medical 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 you a receive a truncated result in the previous request of `ListMedicalTranscriptionJobs`, include `NextToken` to fetch the next set of jobs. @return [String]
@!attribute [rw] max_results
The maximum number of medical transcription 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/ListMedicalTranscriptionJobsRequest AWS API Documentation
Constants
- SENSITIVE