Amazon.AutoScaling.Model.DescribeAccountLimitsResult.IsSetMaxNumberOfLaunchConfigurations C# (CSharp) 메소드

IsSetMaxNumberOfLaunchConfigurations() 개인적인 메소드

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