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