Class: Aws::TranscribeService::Types::StartCallAnalyticsJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::StartCallAnalyticsJobResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_analytics_job ⇒ Types::CallAnalyticsJob
An object containing the details of the asynchronous call analytics job.
Instance Attribute Details
#call_analytics_job ⇒ Types::CallAnalyticsJob
An object containing the details of the asynchronous call analytics job.
3328 3329 3330 3331 3332 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3328 class StartCallAnalyticsJobResponse < Struct.new( :call_analytics_job) SENSITIVE = [] include Aws::Structure end |