Class: Aws::TranscribeService::Types::DeleteCallAnalyticsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteCallAnalyticsJobRequest
- Defined in:
- gems/aws-sdk-transcribeservice/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.
1288 1289 1290 1291 1292 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1288 class DeleteCallAnalyticsJobRequest < Struct.new( :call_analytics_job_name) SENSITIVE = [] include Aws::Structure end |