Class: Aws::Types::ThresholdV2
- Inherits:
-
Object
- Object
- Aws::Types::ThresholdV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison ⇒ ::String
Returns the value of attribute comparison.
-
#threshold_value ⇒ ::Float
Returns the value of attribute threshold_value.
Instance Attribute Details
#comparison ⇒ ::String
Returns the value of attribute comparison.
8592 8593 8594 |
# File 'sig/types.rbs', line 8592 def comparison @comparison end |
#threshold_value ⇒ ::Float
Returns the value of attribute threshold_value.
8593 8594 8595 |
# File 'sig/types.rbs', line 8593 def threshold_value @threshold_value end |