Class: Aws::Polly::Types::DeleteLexiconInput

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

#nameString

The name of the lexicon to delete. Must be an existing lexicon in the region.

Returns:

  • (String)


20
21
22
23
24
# File 'lib/aws-sdk-polly/types.rb', line 20

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