The output of GetLexiconCommand.

interface GetLexiconCommandOutput {
    $metadata: ResponseMetadata;
    Lexicon?: Lexicon;
    LexiconAttributes?: LexiconAttributes;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Lexicon?: Lexicon

Lexicon object that provides name and the string content of the lexicon.

LexiconAttributes?: LexiconAttributes

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.