Class: Aws::TranscribeService::Types::DeleteMedicalVocabularyRequest

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 medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.

Returns:

  • (String)


1200
1201
1202
1203
1204
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1200

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