The output of ListLexiconsCommand.

interface ListLexiconsCommandOutput {
    $metadata: ResponseMetadata;
    Lexicons?: LexiconDescription[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Lexicons?: LexiconDescription[]

A list of lexicon names and attributes.

NextToken?: string

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.