Class: Aws::Polly::Types::GetLexiconOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-polly/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lexiconTypes::Lexicon

Lexicon object that provides name and the string content of the lexicon.

Returns:



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_attributesTypes::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