Class: Aws::Types::MultiSelectQuestionRuleCategoryAutomation
- Inherits:
-
Object
- Object
- Aws::Types::MultiSelectQuestionRuleCategoryAutomation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#condition ⇒ "PRESENT", "NOT_PRESENT"
Returns the value of attribute condition.
-
#option_ref_ids ⇒ ::Array[::String]
Returns the value of attribute option_ref_ids.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
6088 6089 6090 |
# File 'sig/types.rbs', line 6088 def category @category end |
#condition ⇒ "PRESENT", "NOT_PRESENT"
Returns the value of attribute condition.
6089 6090 6091 |
# File 'sig/types.rbs', line 6089 def condition @condition end |
#option_ref_ids ⇒ ::Array[::String]
Returns the value of attribute option_ref_ids.
6090 6091 6092 |
# File 'sig/types.rbs', line 6090 def option_ref_ids @option_ref_ids end |