Class: Aws::Polly::Types::LexiconDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::LexiconDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Describes the content of the lexicon.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::LexiconAttributes
Provides lexicon metadata.
-
#name ⇒ String
Name of the lexicon.
Instance Attribute Details
#attributes ⇒ Types::LexiconAttributes
Provides lexicon metadata.
402 403 404 405 406 407 |
# File 'lib/aws-sdk-polly/types.rb', line 402 class LexiconDescription < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the lexicon.
402 403 404 405 406 407 |
# File 'lib/aws-sdk-polly/types.rb', line 402 class LexiconDescription < Struct.new( :name, :attributes) SENSITIVE = [] include Aws::Structure end |