Class: Aws::TranscribeService::Types::CreateCallAnalyticsCategoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CreateCallAnalyticsCategoryResponse
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_properties ⇒ Types::CategoryProperties
Provides you with the properties of your new category, including its associated rules.
Instance Attribute Details
#category_properties ⇒ Types::CategoryProperties
Provides you with the properties of your new category, including its associated rules.
715 716 717 718 719 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 715 class CreateCallAnalyticsCategoryResponse < Struct.new( :category_properties) SENSITIVE = [] include Aws::Structure end |