1
0
Fork 0
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:
Ed Healy 2016-09-26 11:14:10 -04:00
parent 6568ea8a0b
commit dd3b16c76e

View file

@ -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
# #