Class: Aws::Types::StepScalingPolicyConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_type"ChangeInCapacity", ...

Returns the value of attribute adjustment_type.



415
416
417
# File 'sig/types.rbs', line 415

def adjustment_type
  @adjustment_type
end

#cooldown::Integer

Returns the value of attribute cooldown.



418
419
420
# File 'sig/types.rbs', line 418

def cooldown
  @cooldown
end

#metric_aggregation_type"Average", ...

Returns the value of attribute metric_aggregation_type.



419
420
421
# File 'sig/types.rbs', line 419

def metric_aggregation_type
  @metric_aggregation_type
end

#min_adjustment_magnitude::Integer

Returns the value of attribute min_adjustment_magnitude.



417
418
419
# File 'sig/types.rbs', line 417

def min_adjustment_magnitude
  @min_adjustment_magnitude
end

#step_adjustments::Array[Types::StepAdjustment]

Returns the value of attribute step_adjustments.



416
417
418
# File 'sig/types.rbs', line 416

def step_adjustments
  @step_adjustments
end