Class: Aws::Types::UpdateCallAnalyticsCategoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCallAnalyticsCategoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_name ⇒ ::String
Returns the value of attribute category_name.
-
#input_type ⇒ "REAL_TIME", "POST_CALL"
Returns the value of attribute input_type.
-
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
Instance Attribute Details
#category_name ⇒ ::String
Returns the value of attribute category_name.
948 949 950 |
# File 'sig/types.rbs', line 948 def category_name @category_name end |
#input_type ⇒ "REAL_TIME", "POST_CALL"
Returns the value of attribute input_type.
950 951 952 |
# File 'sig/types.rbs', line 950 def input_type @input_type end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
949 950 951 |
# File 'sig/types.rbs', line 949 def rules @rules end |