Class: DatadogAPIClient::V2::CloudConfigurationRegoRule

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

Overview

Rule details.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#policyObject



25
26
27
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rego_rule.rb', line 25

def policy
  @policy
end

#resource_typesObject

List of resource types that will be evaluated upon. Must have at least one element.



28
29
30
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rego_rule.rb', line 28

def resource_types
  @resource_types
end