Class: DatadogAPIClient::V2::SecretRuleDataAttributesMatchValidation

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#endpointObject

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

#hostsObject

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_methodObject

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_codeObject

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_headersObject

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_secondsObject

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

#typeObject

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_codeObject

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