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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/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:



127
128
129
130
131
132
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 127

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.



127
128
129
130
131
132
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 127

class GetLexiconOutput < Struct.new(
  :lexicon,
  :lexicon_attributes)
  SENSITIVE = []
  include Aws::Structure
end