Class: Aws::Types::StepAdjustment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#metric_interval_lower_bound::Float

Returns the value of attribute metric_interval_lower_bound.

Returns:



408
409
410
# File 'sig/types.rbs', line 408

def metric_interval_lower_bound
  @metric_interval_lower_bound
end

#metric_interval_upper_bound::Float

Returns the value of attribute metric_interval_upper_bound.

Returns:



409
410
411
# File 'sig/types.rbs', line 409

def metric_interval_upper_bound
  @metric_interval_upper_bound
end

#scaling_adjustment::Integer

Returns the value of attribute scaling_adjustment.

Returns:



410
411
412
# File 'sig/types.rbs', line 410

def scaling_adjustment
  @scaling_adjustment
end