Class: Aws::Types::Threshold
- Inherits:
-
Object
- Object
- Aws::Types::Threshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison ⇒ "LT"
Returns the value of attribute comparison.
-
#threshold_value ⇒ ::Float
Returns the value of attribute threshold_value.
Instance Attribute Details
#comparison ⇒ "LT"
Returns the value of attribute comparison.
8488 8489 8490 |
# File 'sig/types.rbs', line 8488 def comparison @comparison end |
#threshold_value ⇒ ::Float
Returns the value of attribute threshold_value.
8489 8490 8491 |
# File 'sig/types.rbs', line 8489 def threshold_value @threshold_value end |