Class: DatadogAPIClient::V2::SecurityMonitoringRuleBulkDeleteResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecurityMonitoringRuleBulkDeleteResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb
Overview
Attributes for the bulk delete response.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#deleted_rules ⇒ Object
List of successfully deleted rule IDs.
-
#failed_rules ⇒ Object
List of rule IDs that could not be deleted.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb', line 30 def additional_properties @additional_properties end |
#deleted_rules ⇒ Object
List of successfully deleted rule IDs.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb', line 25 def deleted_rules @deleted_rules end |
#failed_rules ⇒ Object
List of rule IDs that could not be deleted.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/security_monitoring_rule_bulk_delete_response_attributes.rb', line 28 def failed_rules @failed_rules end |