Class: DatadogAPIClient::V2::CloudConfigurationRuleCaseCreate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudConfigurationRuleCaseCreate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb
Overview
Description of signals.
Instance Attribute Summary collapse
-
#notifications ⇒ Object
Notification targets for each rule case.
-
#status ⇒ Object
readonly
Severity of the Security Signal.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#notifications ⇒ Object
Notification targets for each rule case.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb', line 29 def notifications @notifications end |
#status ⇒ Object
Severity of the Security Signal.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_case_create.rb', line 32 def status @status end |