Class: Aws::TranscribeService::Types::DeleteCallAnalyticsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteCallAnalyticsJobRequest
- 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 to delete.
Instance Attribute Details
#call_analytics_job_name ⇒ String
The name of the Call Analytics job you want to delete. Job names are case sensitive.
1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1236 class DeleteCallAnalyticsJobRequest < Struct.new( :call_analytics_job_name) SENSITIVE = [] include Aws::Structure end |