Class: Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::UpdateCallAnalyticsCategoryResponse
- 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
The attributes describing the analytics category.
Instance Attribute Details
#category_properties ⇒ Types::CategoryProperties
The attributes describing the analytics category. You can see information such as the rules that you've used to update the category and when the category was originally created.
4474 4475 4476 4477 4478 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 4474 class UpdateCallAnalyticsCategoryResponse < Struct.new( :category_properties) SENSITIVE = [] include Aws::Structure end |