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.
3358 3359 3360 |
# File 'sig/types.rbs', line 3358 def operands @operands end |
#operator ⇒ "OR", "AND"
Returns the value of attribute operator.
3359 3360 3361 |
# File 'sig/types.rbs', line 3359 def operator @operator end |