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)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def scaling_adjustment
  @scaling_adjustment
end