Class: DatadogAPIClient::V2::TagIndexingRuleExemptionAttributes

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

Overview

Attributes of a tag indexing rule exemption.

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/tag_indexing_rule_exemption_attributes.rb', line 36

def additional_properties
  @additional_properties
end

#created_atObject

Timestamp when the exemption was created.



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

def created_at
  @created_at
end

#created_by_handleObject

Handle of the user who created the exemption.



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

def created_by_handle
  @created_by_handle
end

#kindObject

Discriminates between an explicit exemption (exemption) and a pre-existing legacy tag configuration acting as an implicit exclusion (legacy_tag_configuration).



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

def kind
  @kind
end

#reasonObject

The reason the metric is exempt from tag indexing rules.



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

def reason
  @reason
end