mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
docs
This commit is contained in:
parent
dbf7590705
commit
152c1537a5
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue