Class: Aws::Types::EvaluationFormItemEnablementCondition
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormItemEnablementCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operands ⇒ ::Array[Types::EvaluationFormItemEnablementConditionOperand]
Returns the value of attribute operands.
-
#operator ⇒ "OR", "AND"
Returns the value of attribute operator.
Instance Attribute Details
#operands ⇒ ::Array[Types::EvaluationFormItemEnablementConditionOperand]
Returns the value of attribute operands.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def operands @operands end |
#operator ⇒ "OR", "AND"
Returns the value of attribute operator.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def operator @operator end |