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.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def operator @operator end |
#value ⇒ ::String
Returns the value of attribute value.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def value @value end |