Amazon.CloudWatch.Model.DescribeAlarmsResponse.IsSetMetricAlarms C# (CSharp) Method

IsSetMetricAlarms() private method

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