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)


1292
1293
1294
1295
1296
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1292

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