AWS SDK for .NET Documentation
MinAdjustmentStep Property
AmazonAmazon.AutoScaling.ModelPutScalingPolicyRequestMinAdjustmentStep Did this page help you?   Yes   No    Tell us about it...
Used with AdjustmentType with the value PercentChangeInCapacity, the scaling policy changes the DesiredCapacity of the Auto Scaling group by at least the number of instances specified in the value. You will get a ValidationError if you use MinAdjustmentStep on a policy with an AdjustmentType other than PercentChangeInCapacity.
Declaration Syntax
C#
public int MinAdjustmentStep { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)