Class: DatadogAPIClient::V2::DeploymentRuleOptionsFaultyDeploymentDetection
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentRuleOptionsFaultyDeploymentDetection
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb
Overview
Faulty deployment detection options for deployment rules.
Instance Attribute Summary collapse
-
#duration ⇒ Object
The duration for faulty deployment detection.
-
#excluded_resources ⇒ Object
Resources to exclude from faulty deployment detection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#duration ⇒ Object
The duration for faulty deployment detection.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb', line 25 def duration @duration end |
#excluded_resources ⇒ Object
Resources to exclude from faulty deployment detection.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb', line 28 def excluded_resources @excluded_resources end |