1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #302 from ehealy/fix/correct_put_scaling_policy_documenttation

Correct optional parameter naming in documentation for Fog::AWS::Auto…
This commit is contained in:
Josh Lane 2016-09-26 08:51:24 -07:00 committed by GitHub
commit df01e7bc24

View file

@ -23,7 +23,7 @@ module Fog
# Auto Scaling group size). A positive increment adds to the current
# capacity and a negative value removes from the current capacity.
# * options<~Hash>:
# * 'CoolDown'<~Integer> - The amount of time, in seconds, after a
# * 'Cooldown'<~Integer> - The amount of time, in seconds, after a
# scaling activity completes before any further trigger-related
# scaling activities can start
#