mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS Autoscaling] Fixed error in describe policies parser.
This commit is contained in:
parent
70ff5dd453
commit
02eb62ad1f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Fog
|
|||
when 'AdjustmentType', 'AutoScalingGroupName', 'PolicyARN', 'PolicyName'
|
||||
@scaling_policy[name] = value
|
||||
when 'Cooldown', 'ScalingAdjustment'
|
||||
@scaling_adjustment[name] = value.to_i
|
||||
@results[name] = value.to_i
|
||||
|
||||
when 'NextToken'
|
||||
@results[name] = value
|
||||
|
|
Loading…
Add table
Reference in a new issue