Class: Aws::TranscribeService::Types::GetCallAnalyticsJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetCallAnalyticsJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_analytics_job ⇒ Types::CallAnalyticsJob
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
Instance Attribute Details
#call_analytics_job ⇒ Types::CallAnalyticsJob
Provides detailed information about the specified Call Analytics job, including job status and, if applicable, failure reason.
1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1417 class GetCallAnalyticsJobResponse < Struct.new( :call_analytics_job) SENSITIVE = [] include Aws::Structure end |