Class: Aws::Types::EvaluationFormSingleSelectQuestionAutomationOption
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormSingleSelectQuestionAutomationOption
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RuleCategory, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule_category ⇒ Types::SingleSelectQuestionRuleCategoryAutomation
Returns the value of attribute rule_category.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#rule_category ⇒ Types::SingleSelectQuestionRuleCategoryAutomation
Returns the value of attribute rule_category.
3589 3590 3591 |
# File 'sig/types.rbs', line 3589 def rule_category @rule_category end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3590 3591 3592 |
# File 'sig/types.rbs', line 3590 def unknown @unknown end |