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.



371
372
373
374
375
376
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 371

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

#nameString

Name of the lexicon.

Returns:

  • (String)


371
372
373
374
375
376
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 371

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