Class: DatadogAPIClient::V2::UpdateTenancyConfigDataAttributesMetricsConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateTenancyConfigDataAttributesMetricsConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_metrics_config.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#compartment_tag_filters ⇒ Object
Returns the value of attribute compartment_tag_filters.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#excluded_services ⇒ Object
Returns the value of attribute excluded_services.
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/update_tenancy_config_data_attributes_metrics_config.rb', line 33 def additional_properties @additional_properties end |
#compartment_tag_filters ⇒ Object
Returns the value of attribute compartment_tag_filters.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_metrics_config.rb', line 25 def compartment_tag_filters @compartment_tag_filters end |
#enabled ⇒ Object
Returns the value of attribute enabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_metrics_config.rb', line 28 def enabled @enabled end |
#excluded_services ⇒ Object
Returns the value of attribute excluded_services.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes_metrics_config.rb', line 31 def excluded_services @excluded_services end |