Class: Aws::Types::CreateCallAnalyticsCategoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCallAnalyticsCategoryRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#category_name ⇒ ::String
Returns the value of attribute category_name.
115 116 117 |
# File 'sig/types.rbs', line 115 def category_name @category_name end |
#input_type ⇒ "REAL_TIME", "POST_CALL"
Returns the value of attribute input_type.
118 119 120 |
# File 'sig/types.rbs', line 118 def input_type @input_type end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
116 117 118 |
# File 'sig/types.rbs', line 116 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
117 118 119 |
# File 'sig/types.rbs', line 117 def end |