The input for ListTextTranslationJobsCommand.

interface ListTextTranslationJobsCommandInput {
    Filter?: TextTranslationJobFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

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.

MaxResults?: number

The maximum number of results to return in each page. The default value is 100.

NextToken?: string

The token to request the next page of results.