Class: Aws::TranscribeService::Types::GetCallAnalyticsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetCallAnalyticsJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_analytics_job_name ⇒ String
The name of the Call Analytics job you want information about.
Instance Attribute Details
#call_analytics_job_name ⇒ String
The name of the Call Analytics job you want information about. Job names are case sensitive.
1404 1405 1406 1407 1408 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1404 class GetCallAnalyticsJobRequest < Struct.new( :call_analytics_job_name) SENSITIVE = [] include Aws::Structure end |