Class: Aws::Polly::Types::LexiconDescription

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

Overview

Describes the content of the lexicon.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::LexiconAttributes

Provides lexicon metadata.



417
418
419
420
421
422
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 417

class LexiconDescription < Struct.new(
  :name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the lexicon.

Returns:

  • (String)


417
418
419
420
421
422
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 417

class LexiconDescription < Struct.new(
  :name,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end