Class: Aws::Types::SimpleRule
- Inherits:
-
Object
- Object
- Aws::Types::SimpleRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "GREATER", ...
Returns the value of attribute comparison_operator.
-
#input_property ⇒ ::String
Returns the value of attribute input_property.
-
#threshold ⇒ ::String
Returns the value of attribute threshold.
Instance Attribute Details
#comparison_operator ⇒ "GREATER", ...
Returns the value of attribute comparison_operator.
690 691 692 |
# File 'sig/types.rbs', line 690 def comparison_operator @comparison_operator end |
#input_property ⇒ ::String
Returns the value of attribute input_property.
689 690 691 |
# File 'sig/types.rbs', line 689 def input_property @input_property end |
#threshold ⇒ ::String
Returns the value of attribute threshold.
691 692 693 |
# File 'sig/types.rbs', line 691 def threshold @threshold end |