Class: Aws::TranscribeService::Types::DeleteMedicalScribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteMedicalScribeJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#medical_scribe_job_name ⇒ String
The name of the Medical Scribe job you want to delete.
Instance Attribute Details
#medical_scribe_job_name ⇒ String
The name of the Medical Scribe job you want to delete. Job names are case sensitive.
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1266 class DeleteMedicalScribeJobRequest < Struct.new( :medical_scribe_job_name) SENSITIVE = [] include Aws::Structure end |