class Aws::Translate::Types::TextTranslationJobFilter

Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

@note When making an API call, you may pass TextTranslationJobFilter

data as a hash:

    {
      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,
    }

@!attribute [rw] job_name

Filters the list of jobs by name.
@return [String]

@!attribute [rw] job_status

Filters the list of jobs based by job status.
@return [String]

@!attribute [rw] submitted_before_time

Filters the list of jobs based on the time that the job was
submitted for processing and returns only the jobs submitted before
the specified time. Jobs are returned in ascending order, oldest to
newest.
@return [Time]

@!attribute [rw] submitted_after_time

Filters the list of jobs based on the time that the job was
submitted for processing and returns only the jobs submitted after
the specified time. Jobs are returned in descending order, newest to
oldest.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/TextTranslationJobFilter AWS API Documentation

Constants

SENSITIVE