Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleActionParameters
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleActionParameters
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_parameters.rb
Overview
The definition of ApplicationSecurityWafCustomRuleActionParameters
object.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#location ⇒ Object
The location to redirect to when the WAF custom rule triggers.
-
#status_code ⇒ Object
The status code to return when the WAF custom rule triggers.
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/application_security_waf_custom_rule_action_parameters.rb', line 30 def additional_properties @additional_properties end |
#location ⇒ Object
The location to redirect to when the WAF custom rule triggers.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_parameters.rb', line 25 def location @location end |
#status_code ⇒ Object
The status code to return when the WAF custom rule triggers.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_action_parameters.rb', line 28 def status_code @status_code end |