Class: Aws::Types::Threshold
- Inherits:
-
Object
- Object
- Aws::Types::Threshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operator ⇒ "EQUAL_TO", ...
Returns the value of attribute operator.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#operator ⇒ "EQUAL_TO", ...
Returns the value of attribute operator.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def operator @operator end |
#value ⇒ ::String
Returns the value of attribute value.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def value @value end |