interface ListLexiconsOutput {
    Lexicons?: LexiconDescription[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

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.