The input for ListTerminologiesCommand.

interface ListTerminologiesCommandInput {
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

MaxResults?: number

The maximum number of custom terminologies returned per list request.

NextToken?: string

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.