Class: Aws::TranscribeService::Types::DeleteCallAnalyticsCategoryRequest

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

#category_nameString

The name of the Call Analytics category you want to delete. Category names are case sensitive.

Returns:

  • (String)


1150
1151
1152
1153
1154
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1150

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