Class: Aws::Polly::Types::GetLexiconOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::GetLexiconOutput
- Includes:
- Structure
- Defined in:
- 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.
151 152 153 154 155 156 |
# File 'lib/aws-sdk-polly/types.rb', line 151 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.
151 152 153 154 155 156 |
# File 'lib/aws-sdk-polly/types.rb', line 151 class GetLexiconOutput < Struct.new( :lexicon, :lexicon_attributes) SENSITIVE = [] include Aws::Structure end |