The output of ListTextTranslationJobsCommand.

interface ListTextTranslationJobsCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    TextTranslationJobPropertiesList?: TextTranslationJobProperties[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.