Class: Aws::Types::StepAdjustment
- Inherits:
-
Object
- Object
- Aws::Types::StepAdjustment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_interval_lower_bound ⇒ ::Float
Returns the value of attribute metric_interval_lower_bound.
-
#metric_interval_upper_bound ⇒ ::Float
Returns the value of attribute metric_interval_upper_bound.
-
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
Instance Attribute Details
#metric_interval_lower_bound ⇒ ::Float
Returns the value of attribute metric_interval_lower_bound.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def metric_interval_lower_bound @metric_interval_lower_bound end |
#metric_interval_upper_bound ⇒ ::Float
Returns the value of attribute metric_interval_upper_bound.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def metric_interval_upper_bound @metric_interval_upper_bound end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def scaling_adjustment @scaling_adjustment end |