Class: DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidationInvalidHttpStatusCodeItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidationInvalidHttpStatusCodeItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb
Overview
An HTTP status code range that indicates an invalid (unsuccessful) secret match during validation.
Instance Attribute Summary collapse
-
#_end ⇒ Object
readonly
The inclusive upper bound of the HTTP status code range.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#start ⇒ Object
readonly
The inclusive lower bound of the HTTP status code range.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
The inclusive upper bound of the HTTP status code range.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb', line 25 def _end @_end end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb', line 30 def additional_properties @additional_properties end |
#start ⇒ Object
The inclusive lower bound of the HTTP status code range.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb', line 28 def start @start end |