Class: Aws::TranscribeService::Types::DeleteCallAnalyticsJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_job_nameString

The name of the Call Analytics job you want to delete. Job names are case sensitive.

Returns:

  • (String)


1157
1158
1159
1160
1161
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1157

class DeleteCallAnalyticsJobRequest < Struct.new(
  :call_analytics_job_name)
  SENSITIVE = []
  include Aws::Structure
end