Class: Aws::TranscribeService::Types::GetMedicalTranscriptionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetMedicalTranscriptionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#medical_transcription_job ⇒ Types::MedicalTranscriptionJob
Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.
Instance Attribute Details
#medical_transcription_job ⇒ Types::MedicalTranscriptionJob
Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1470 class GetMedicalTranscriptionJobResponse < Struct.new( :medical_transcription_job) SENSITIVE = [] include Aws::Structure end |