Class: Aws::TranscribeService::Types::GetMedicalTranscriptionJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetMedicalTranscriptionJobRequest
- 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 information about.
Instance Attribute Details
#medical_transcription_job_name ⇒ String
The name of the medical transcription job you want information about. Job names are case sensitive.
1456 1457 1458 1459 1460 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1456 class GetMedicalTranscriptionJobRequest < Struct.new( :medical_transcription_job_name) SENSITIVE = [] include Aws::Structure end |