class Aws::Polly::Types::PutLexiconInput

@note When making an API call, you may pass PutLexiconInput

data as a hash:

    {
      name: "LexiconName", # required
      content: "LexiconContent", # required
    }

@!attribute [rw] name

Name of the lexicon. The name must follow the regular express format
\[0-9A-Za-z\]\\\{1,20\\}. That is, the name is a case-sensitive
alphanumeric string up to 20 characters long.
@return [String]

@!attribute [rw] content

Content of the PLS lexicon as string data.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/PutLexiconInput AWS API Documentation

Constants

SENSITIVE