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.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def metric_interval_lower_bound @metric_interval_lower_bound end |
#metric_interval_upper_bound ⇒ ::Float
Returns the value of attribute metric_interval_upper_bound.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def metric_interval_upper_bound @metric_interval_upper_bound end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def scaling_adjustment @scaling_adjustment end |