Class: Aws::Types::SimpleScalingPolicyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_type"CHANGE_IN_CAPACITY", ...

Returns the value of attribute adjustment_type.

Returns:

  • ("CHANGE_IN_CAPACITY", "PERCENT_CHANGE_IN_CAPACITY", "EXACT_CAPACITY")


1561
1562
1563
# File 'sig/types.rbs', line 1561

def adjustment_type
  @adjustment_type
end

#cool_down::Integer

Returns the value of attribute cool_down.

Returns:

  • (::Integer)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def cool_down
  @cool_down
end

#scaling_adjustment::Integer

Returns the value of attribute scaling_adjustment.

Returns:

  • (::Integer)


1562
1563
1564
# File 'sig/types.rbs', line 1562

def scaling_adjustment
  @scaling_adjustment
end