Class: Aws::Types::EvaluationFormItemEnablementConditionOperand
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationFormItemEnablementConditionOperand
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Condition, Expression, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::EvaluationFormItemEnablementCondition
Returns the value of attribute condition.
-
#expression ⇒ Types::EvaluationFormItemEnablementExpression
Returns the value of attribute expression.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#condition ⇒ Types::EvaluationFormItemEnablementCondition
Returns the value of attribute condition.
3459 3460 3461 |
# File 'sig/types.rbs', line 3459 def condition @condition end |
#expression ⇒ Types::EvaluationFormItemEnablementExpression
Returns the value of attribute expression.
3458 3459 3460 |
# File 'sig/types.rbs', line 3458 def expression @expression end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3460 3461 3462 |
# File 'sig/types.rbs', line 3460 def unknown @unknown end |