Class: Aws::TranscribeService::Types::DeleteVocabularyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteVocabularyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vocabulary_name ⇒ String
The name of the custom vocabulary you want to delete.
Instance Attribute Details
#vocabulary_name ⇒ String
The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.
1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1331 class DeleteVocabularyRequest < Struct.new( :vocabulary_name) SENSITIVE = [] include Aws::Structure end |