Class: Aws::TranscribeService::Types::DeleteVocabularyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vocabulary_nameString

The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

Returns:

  • (String)


1239
1240
1241
1242
1243
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1239

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