Class: Aws::Types::RuleNumberExpression
- Inherits:
-
Object
- Object
- Aws::Types::RuleNumberExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::RuleNumberToEvaluate
Returns the value of attribute evaluate.
-
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#evaluate ⇒ Types::RuleNumberToEvaluate
Returns the value of attribute evaluate.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def evaluate @evaluate end |
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def operator @operator end |
#value ⇒ ::Float
Returns the value of attribute value.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def value @value end |