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:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def scaling_adjustment
  @scaling_adjustment
end