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.
128 129 130 131 132 133 |
# File 'lib/aws-sdk-polly/types.rb', line 128 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.
128 129 130 131 132 133 |
# File 'lib/aws-sdk-polly/types.rb', line 128 class GetLexiconOutput < Struct.new( :lexicon, :lexicon_attributes) SENSITIVE = [] include Aws::Structure end |