interface ListTextTranslationJobsResponse {
    NextToken?: string;
    TextTranslationJobPropertiesList?: TextTranslationJobProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

TextTranslationJobPropertiesList?: TextTranslationJobProperties[]

A list containing the properties of each job that is returned.