Class: DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidation
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#hosts ⇒ Object
Returns the value of attribute hosts.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#invalid_http_status_code ⇒ Object
Returns the value of attribute invalid_http_status_code.
-
#request_headers ⇒ Object
Returns the value of attribute request_headers.
-
#timeout_seconds ⇒ Object
readonly
Returns the value of attribute timeout_seconds.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valid_http_status_code ⇒ Object
Returns the value of attribute valid_http_status_code.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 48 def additional_properties @additional_properties end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 25 def endpoint @endpoint end |
#hosts ⇒ Object
Returns the value of attribute hosts.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 28 def hosts @hosts end |
#http_method ⇒ Object
Returns the value of attribute http_method.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 31 def http_method @http_method end |
#invalid_http_status_code ⇒ Object
Returns the value of attribute invalid_http_status_code.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 34 def invalid_http_status_code @invalid_http_status_code end |
#request_headers ⇒ Object
Returns the value of attribute request_headers.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 37 def request_headers @request_headers end |
#timeout_seconds ⇒ Object
Returns the value of attribute timeout_seconds.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 40 def timeout_seconds @timeout_seconds end |
#type ⇒ Object
Returns the value of attribute type.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 43 def type @type end |
#valid_http_status_code ⇒ Object
Returns the value of attribute valid_http_status_code.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb', line 46 def valid_http_status_code @valid_http_status_code end |