Class: Aws::TranscribeService::Types::DeleteMedicalTranscriptionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteMedicalTranscriptionJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#medical_transcription_job_name ⇒ String
The name of the medical transcription job you want to delete.
Instance Attribute Details
#medical_transcription_job_name ⇒ String
The name of the medical transcription job you want to delete. Job names are case sensitive.
1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1279 class DeleteMedicalTranscriptionJobRequest < Struct.new( :medical_transcription_job_name) SENSITIVE = [] include Aws::Structure end |