Class: DatadogAPIClient::V2::RuleBasedViewRuleStats
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RuleBasedViewRuleStats
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#fail ⇒ Object
readonly
Number of findings that failed evaluation.
-
#muted ⇒ Object
readonly
Number of findings that have been muted.
-
#pass ⇒ Object
readonly
Number of findings that passed evaluation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#fail ⇒ Object
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 |
#muted ⇒ Object
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 |
#pass ⇒ Object
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 |