You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Polly::Types::PutLexiconInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutLexiconInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Content of the PLS lexicon as string data.

Returns:

  • (String)

    Content of the PLS lexicon as string data.

#nameString

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.

Returns:

  • (String)

    Name of the lexicon.