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.
1261 1262 1263 1264 1265 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1261 class DeleteCallAnalyticsJobRequest < Struct.new( :call_analytics_job_name) SENSITIVE = [] include Aws::Structure end |