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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/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)


1223
1224
1225
1226
1227
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1223

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