Class: Aws::TranscribeService::Types::GetCallAnalyticsJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/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 information about. Job names are case sensitive.

Returns:

  • (String)


1335
1336
1337
1338
1339
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1335

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