Amazon.AutoScaling.Model.DescribeAccountLimitsResult.IsSetMaxNumberOfLaunchConfigurations C# (CSharp) Méthode

IsSetMaxNumberOfLaunchConfigurations() private méthode

private IsSetMaxNumberOfLaunchConfigurations ( ) : bool
Résultat bool
        internal bool IsSetMaxNumberOfLaunchConfigurations()
        {
            return this.maxNumberOfLaunchConfigurations.HasValue;
        }
    }