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.
3500 3501 3502 |
# File 'sig/types.rbs', line 3500 def condition @condition end |
#expression ⇒ Types::EvaluationFormItemEnablementExpression
Returns the value of attribute expression.
3499 3500 3501 |
# File 'sig/types.rbs', line 3499 def expression @expression end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def unknown @unknown end |