The output of ListDocumentClassificationJobsCommand.

interface ListDocumentClassificationJobsCommandOutput {
    $metadata: ResponseMetadata;
    DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

DocumentClassificationJobPropertiesList?: DocumentClassificationJobProperties[]

A list containing the properties of each job returned.

NextToken?: string

Identifies the next page of results to return.