Skip to content

Commit

Permalink
ScalingAdjustment is an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrac authored and markpeek committed Apr 2, 2016
1 parent ff3e5c2 commit 88bdf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/autoscaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ScalingPolicy(AWSObject):
'MetricAggregationType': (basestring, False),
'MinAdjustmentMagnitude': (integer, False),
'PolicyType': (basestring, False),
'ScalingAdjustment': (basestring, False),
'ScalingAdjustment': (integer, False),
'StepAdjustments': ([StepAdjustments], False),
}

Expand Down

0 comments on commit 88bdf41

Please sign in to comment.