Class: DatadogAPIClient::V2::SecurityMonitoringDatasetDependentsAttributes

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

Overview

The attributes of a dataset dependents entry.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#countObject

The number of resources that depend on the dataset.



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

def count
  @count
end

#dataset_idObject

The UUID of the dataset whose dependencies are being reported.



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

def dataset_id
  @dataset_id
end

#idsObject

The list of resource IDs that depend on the dataset.



31
32
33
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_attributes.rb', line 31

def ids
  @ids
end

#resource_typeObject

The type of resource that depends on the dataset.



34
35
36
# File 'lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_attributes.rb', line 34

def resource_type
  @resource_type
end