Class: Aws::TranscribeService::Types::DeleteMedicalTranscriptionJobRequest

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

#medical_transcription_job_nameString

The name of the medical transcription job you want to delete. Job names are case sensitive.

Returns:

  • (String)


1210
1211
1212
1213
1214
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1210

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