Class: Aws::TranscribeService::Types::StartCallAnalyticsJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::StartCallAnalyticsJobResponse
- 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 current Call Analytics job, including job status and, if applicable, failure reason.
Instance Attribute Details
#call_analytics_job ⇒ Types::CallAnalyticsJob
Provides detailed information about the current Call Analytics job, including job status and, if applicable, failure reason.
4041 4042 4043 4044 4045 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4041 class StartCallAnalyticsJobResponse < Struct.new( :call_analytics_job) SENSITIVE = [] include Aws::Structure end |