Class: Aws::TranscribeService::Types::GetTranscriptionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetTranscriptionJobResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcription_job ⇒ Types::TranscriptionJob
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
Instance Attribute Details
#transcription_job ⇒ Types::TranscriptionJob
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1588 class GetTranscriptionJobResponse < Struct.new( :transcription_job) SENSITIVE = [] include Aws::Structure end |