Class: Aws::Types::SimpleRuleEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::SimpleRuleEvaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_property_value ⇒ ::String
Returns the value of attribute input_property_value.
-
#operator ⇒ "GREATER", ...
Returns the value of attribute operator.
-
#threshold_value ⇒ ::String
Returns the value of attribute threshold_value.
Instance Attribute Details
#input_property_value ⇒ ::String
Returns the value of attribute input_property_value.
339 340 341 |
# File 'sig/types.rbs', line 339 def input_property_value @input_property_value end |
#operator ⇒ "GREATER", ...
Returns the value of attribute operator.
340 341 342 |
# File 'sig/types.rbs', line 340 def operator @operator end |
#threshold_value ⇒ ::String
Returns the value of attribute threshold_value.
341 342 343 |
# File 'sig/types.rbs', line 341 def threshold_value @threshold_value end |