Amazon.AutoScaling.Model.DescribeAccountLimitsResult.IsSetMaxNumberOfLaunchConfigurations C# (CSharp) Method

IsSetMaxNumberOfLaunchConfigurations() private method

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