The output of ListTerminologiesCommand.

interface ListTerminologiesCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    TerminologyPropertiesList?: TerminologyProperties[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

NextToken?: string

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

TerminologyPropertiesList?: TerminologyProperties[]

The properties list of the custom terminologies returned on the list request.