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.
3365 3366 3367 |
# File 'sig/types.rbs', line 3365 def condition @condition end |
#expression ⇒ Types::EvaluationFormItemEnablementExpression
Returns the value of attribute expression.
3364 3365 3366 |
# File 'sig/types.rbs', line 3364 def expression @expression end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3366 3367 3368 |
# File 'sig/types.rbs', line 3366 def unknown @unknown end |