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.
1442 1443 1444 1445 1446 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1442 class GetCallAnalyticsJobResponse < Struct.new( :call_analytics_job) SENSITIVE = [] include Aws::Structure end |