1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
This commit is contained in:
Shai Rosenfeld 2016-02-24 11:28:50 -08:00
parent dbf7590705
commit 152c1537a5
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ module Fog
#
# ==== See Also
#
# http://docs.aws.amazon.com/cli/latest/reference/autoscaling/attach-instances.html
# http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AttachInstances.html
ExpectedOptions[:asg_name] = %w[AutoScalingGroupName]
ExpectedOptions[:instance_ids] = %w[InstanceIds]

View file

@ -18,8 +18,8 @@ module Fog
# 'shouldDecrementDesiredCapacity'<~Boolean> - decrement the asg capacity or not (it will boot another if an instance id detached)
#
# ==== See Also
# http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/detach-instance-asg.html
#
# http://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_DetachInstances.html
ExpectedOptions[:asg_name] = %w[AutoScalingGroupName]
ExpectedOptions[:instance_ids] = %w[InstanceIds]