Class: Aws::Polly::Types::GetLexiconInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetLexiconInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the lexicon.
Instance Attribute Details
#name ⇒ String
Name of the lexicon.
109 110 111 112 113 |
# File 'lib/aws-sdk-polly/types.rb', line 109 class GetLexiconInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |