Class: Aws::Types::RuleBooleanExpression
- Inherits:
-
Object
- Object
- Aws::Types::RuleBooleanExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::RuleBooleanToEvaluate
Returns the value of attribute evaluate.
-
#operator ⇒ "IS_TRUE", "IS_FALSE"
Returns the value of attribute operator.
Instance Attribute Details
#evaluate ⇒ Types::RuleBooleanToEvaluate
Returns the value of attribute evaluate.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def evaluate @evaluate end |
#operator ⇒ "IS_TRUE", "IS_FALSE"
Returns the value of attribute operator.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def operator @operator end |