mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Correct optional parameter naming in documentation for Fog::AWS::Autoscaling::Real#put_scaling_policy
This commit is contained in:
parent
6568ea8a0b
commit
dd3b16c76e
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
|
# Auto Scaling group size). A positive increment adds to the current
|
||||||
# capacity and a negative value removes from the current capacity.
|
# capacity and a negative value removes from the current capacity.
|
||||||
# * options<~Hash>:
|
# * 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 activity completes before any further trigger-related
|
||||||
# scaling activities can start
|
# scaling activities can start
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue