Class: DatadogAPIClient::V2::SeverityModifierRuleShiftAction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SeverityModifierRuleShiftAction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/severity_modifier_rule_shift_action.rb
Overview
Shifts matched findings up or down by one severity rank.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
An optional free-form explanation for the severity change.
-
#severity_delta ⇒ Object
readonly
The direction in which to shift the severity of matched findings by one rank.
-
#type ⇒ Object
readonly
The type of a severity modifier rule action that shifts the severity by one rank.
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/severity_modifier_rule_shift_action.rb', line 33 def additional_properties @additional_properties end |
#description ⇒ Object
An optional free-form explanation for the severity change.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_shift_action.rb', line 25 def description @description end |
#severity_delta ⇒ Object
The direction in which to shift the severity of matched findings by one rank.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_shift_action.rb', line 28 def severity_delta @severity_delta end |
#type ⇒ Object
The type of a severity modifier rule action that shifts the severity by one rank.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/severity_modifier_rule_shift_action.rb', line 31 def type @type end |