Class: Aws::Types::SingleSelectQuestionRuleCategoryAutomation
- Inherits:
-
Object
- Object
- Aws::Types::SingleSelectQuestionRuleCategoryAutomation
- 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_id ⇒ ::String
Returns the value of attribute option_ref_id.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
7966 7967 7968 |
# File 'sig/types.rbs', line 7966 def category @category end |
#condition ⇒ "PRESENT", "NOT_PRESENT"
Returns the value of attribute condition.
7967 7968 7969 |
# File 'sig/types.rbs', line 7967 def condition @condition end |
#option_ref_id ⇒ ::String
Returns the value of attribute option_ref_id.
7968 7969 7970 |
# File 'sig/types.rbs', line 7968 def option_ref_id @option_ref_id end |