Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration.IsSetDownScaling C# (CSharp) Méthode

IsSetDownScaling() private méthode

private IsSetDownScaling ( ) : bool
Résultat bool
        internal bool IsSetDownScaling()
        {
            return this.downScaling != null;
        }
    }