class Aws::TranscribeService::Types::ListCallAnalyticsJobsRequest
@note When making an API call, you may pass ListCallAnalyticsJobsRequest
data as a hash: { status: "QUEUED", # accepts QUEUED, IN_PROGRESS, FAILED, COMPLETED job_name_contains: "CallAnalyticsJobName", next_token: "NextToken", max_results: 1, }
@!attribute [rw] status
When specified, returns only call analytics jobs with the specified status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all analytics 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 receive a truncated result in the previous request of , include `NextToken` to fetch the next set of jobs. @return [String]
@!attribute [rw] max_results
The maximum number of call analytics 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/ListCallAnalyticsJobsRequest AWS API Documentation
Constants
- SENSITIVE