Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionSet
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionSet
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb
Overview
The set action applied on the scope matching the rule
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#append ⇒ Object
Whether the value should be appended to the field.
-
#field ⇒ Object
The field of the set action.
-
#name ⇒ Object
The name of the set action.
-
#scope ⇒ Object
The scope of the set action.
-
#size ⇒ Object
The size of the set action.
-
#ttl ⇒ Object
The time to live of the set action.
-
#value ⇒ Object
The value of the set action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 45 def additional_properties @additional_properties end |
#append ⇒ Object
Whether the value should be appended to the field
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 25 def append @append end |
#field ⇒ Object
The field of the set action
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 28 def field @field end |
#name ⇒ Object
The name of the set action
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 31 def name @name end |
#scope ⇒ Object
The scope of the set action
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 34 def scope @scope end |
#size ⇒ Object
The size of the set action
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 37 def size @size end |
#ttl ⇒ Object
The time to live of the set action
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 40 def ttl @ttl end |
#value ⇒ Object
The value of the set action
43 44 45 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb', line 43 def value @value end |