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.
4079 4080 4081 4082 4083 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4079 class StartCallAnalyticsJobResponse < Struct.new( :call_analytics_job) SENSITIVE = [] include Aws::Structure end |