Class: Aws::Polly::Types::GetLexiconOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetLexiconOutput
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lexicon ⇒ Types::Lexicon
Lexicon object that provides name and the string content of the lexicon.
-
#lexicon_attributes ⇒ Types::LexiconAttributes
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
Instance Attribute Details
#lexicon ⇒ Types::Lexicon
Lexicon object that provides name and the string content of the lexicon.
173 174 175 176 177 178 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 173 class GetLexiconOutput < Struct.new( :lexicon, :lexicon_attributes) SENSITIVE = [] include Aws::Structure end |
#lexicon_attributes ⇒ Types::LexiconAttributes
Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.
173 174 175 176 177 178 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 173 class GetLexiconOutput < Struct.new( :lexicon, :lexicon_attributes) SENSITIVE = [] include Aws::Structure end |