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:
commit
df01e7bc24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue