Class: Aws::Types::CategoryProperties
- Inherits:
-
Object
- Object
- Aws::Types::CategoryProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category_name ⇒ ::String
Returns the value of attribute category_name.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#input_type ⇒ "REAL_TIME", "POST_CALL"
Returns the value of attribute input_type.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#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.
82 83 84 |
# File 'sig/types.rbs', line 82 def category_name @category_name end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
84 85 86 |
# File 'sig/types.rbs', line 84 def create_time @create_time end |
#input_type ⇒ "REAL_TIME", "POST_CALL"
Returns the value of attribute input_type.
87 88 89 |
# File 'sig/types.rbs', line 87 def input_type @input_type end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
85 86 87 |
# File 'sig/types.rbs', line 85 def last_update_time @last_update_time end |
#rules ⇒ ::Array[Types::Rule]
Returns the value of attribute rules.
83 84 85 |
# File 'sig/types.rbs', line 83 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
86 87 88 |
# File 'sig/types.rbs', line 86 def end |