Class: Aws::Polly::Types::DeleteLexiconInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::DeleteLexiconInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the lexicon to delete.
Instance Attribute Details
#name ⇒ String
The name of the lexicon to delete. Must be an existing lexicon in the region.
20 21 22 23 24 |
# File 'lib/aws-sdk-polly/types.rb', line 20 class DeleteLexiconInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |