Class: Aws::Polly::Types::GetLexiconInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetLexiconInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Note:
When making an API call, you may pass GetLexiconInput data as a hash:
{
name: "LexiconName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the lexicon.
Instance Attribute Details
#name ⇒ String
Name of the lexicon.
132 133 134 135 136 |
# File 'lib/aws-sdk-polly/types.rb', line 132 class GetLexiconInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |