Class: DatadogAPIClient::V2::AWSMetricNameFilterPreviewNamespace
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSMetricNameFilterPreviewNamespace
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_namespace.rb
Overview
The metric name filter preview for a single namespace.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#filters ⇒ Object
readonly
The metric name filter patterns evaluated for this namespace and how many metrics they matched.
-
#metrics ⇒ Object
readonly
The CloudWatch metrics collected for this namespace and whether each resulting Datadog metric is filtered.
-
#namespace ⇒ Object
readonly
The AWS CloudWatch namespace.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_namespace.rb', line 34 def additional_properties @additional_properties end |
#filters ⇒ Object
The metric name filter patterns evaluated for this namespace and how many metrics they matched.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_namespace.rb', line 25 def filters @filters end |
#metrics ⇒ Object
The CloudWatch metrics collected for this namespace and whether each resulting Datadog metric is filtered.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_namespace.rb', line 29 def metrics @metrics end |
#namespace ⇒ Object
The AWS CloudWatch namespace.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/aws_metric_name_filter_preview_namespace.rb', line 32 def namespace @namespace end |