Amazon.ApplicationAutoScaling.Model.StepScalingPolicyConfiguration.IsSetStepAdjustments C# (CSharp) Method

IsSetStepAdjustments() private method

private IsSetStepAdjustments ( ) : bool
return bool
        internal bool IsSetStepAdjustments()
        {
            return this._stepAdjustments != null && this._stepAdjustments.Count > 0; 
        }