Class: DatadogAPIClient::V2::RuleBasedViewRuleStats

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb

Overview

Counts of findings for the rule, grouped by their evaluation status.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb', line 33

def additional_properties
  @additional_properties
end

#failObject

Number of findings that failed evaluation.



25
26
27
# File 'lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb', line 25

def fail
  @fail
end

#mutedObject

Number of findings that have been muted.



28
29
30
# File 'lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb', line 28

def muted
  @muted
end

#passObject

Number of findings that passed evaluation.



31
32
33
# File 'lib/datadog_api_client/v2/models/rule_based_view_rule_stats.rb', line 31

def pass
  @pass
end