Class: DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudWorkloadSecurityAgentRuleActionMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb
Overview
The metadata action applied on the scope matching the rule
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#image_tag ⇒ Object
The image tag of the metadata action.
-
#service ⇒ Object
The service of the metadata action.
-
#short_image ⇒ Object
The short image of the metadata action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb', line 33 def additional_properties @additional_properties end |
#image_tag ⇒ Object
The image tag of the metadata action
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb', line 25 def image_tag @image_tag end |
#service ⇒ Object
The service of the metadata action
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb', line 28 def service @service end |
#short_image ⇒ Object
The short image of the metadata action
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_metadata.rb', line 31 def short_image @short_image end |