1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fix documentation. The resulting hash has no entry "PutScalingPolicyResponse", but a "...Result".

This commit is contained in:
Jens Braeuer 2011-09-05 19:28:15 +02:00
parent cb238f9ca7
commit eeccdbccbb

View file

@ -34,7 +34,7 @@ module Fog
# * body<~Hash>:
# * 'ResponseMetadata'<~Hash>:
# * 'RequestId'<~String> - Id of request
# * 'PutScalingPolicyResponse'<~Hash>:
# * 'PutScalingPolicyResult'<~Hash>:
# * 'PolicyARN'<~String> - A policy's Amazon Resource Name (ARN).
#
# ==== See Also