interface ListDocumentClassifiersResponse {
    DocumentClassifierPropertiesList?: DocumentClassifierProperties[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

DocumentClassifierPropertiesList?: DocumentClassifierProperties[]

A list containing the properties of each job returned.

NextToken?: string

Identifies the next page of results to return.