class Aws::Translate::Types::ListTextTranslationJobsRequest
@note When making an API call, you may pass ListTextTranslationJobsRequest
data as a hash: { filter: { job_name: "JobName", job_status: "SUBMITTED", # accepts SUBMITTED, IN_PROGRESS, COMPLETED, COMPLETED_WITH_ERROR, FAILED, STOP_REQUESTED, STOPPED submitted_before_time: Time.now, submitted_after_time: Time.now, }, next_token: "NextToken", max_results: 1, }
@!attribute [rw] filter
The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time. @return [Types::TextTranslationJobFilter]
@!attribute [rw] next_token
The token to request the next page of results. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in each page. The default value is 100. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/ListTextTranslationJobsRequest AWS API Documentation
Constants
- SENSITIVE