Class: DatadogAPIClient::V2::AWSNamespaceFiltersExcludeOnly
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSNamespaceFiltersExcludeOnly
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb
Overview
Exclude only these namespaces from metrics collection. Defaults to ‘[“AWS/SQS”, “AWS/ElasticMapReduce”, “AWS/Usage”]`. `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#exclude_only ⇒ Object
readonly
Exclude only these namespaces from metrics collection.
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/aws_namespace_filters_exclude_only.rb', line 33 def additional_properties @additional_properties end |
#exclude_only ⇒ Object
Exclude only these namespaces from metrics collection. Defaults to ‘[“AWS/SQS”, “AWS/ElasticMapReduce”, “AWS/Usage”]`. `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb', line 31 def exclude_only @exclude_only end |