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.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def metric_interval_lower_bound @metric_interval_lower_bound end |
#metric_interval_upper_bound ⇒ ::Float
Returns the value of attribute metric_interval_upper_bound.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def metric_interval_upper_bound @metric_interval_upper_bound end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def scaling_adjustment @scaling_adjustment end |