class Aws::CloudWatch::Types::DescribeAnomalyDetectorsInput
@note When making an API call, you may pass DescribeAnomalyDetectorsInput
data as a hash: { next_token: "NextToken", max_results: 1, namespace: "Namespace", metric_name: "MetricName", dimensions: [ { name: "DimensionName", # required value: "DimensionValue", # required }, ], }
@!attribute [rw] next_token
Use the token returned by the previous operation to request the next page of results. @return [String]
@!attribute [rw] max_results
The maximum number of results to return in one operation. The maximum value that you can specify is 100. To retrieve the remaining results, make another call with the returned `NextToken` value. @return [Integer]
@!attribute [rw] namespace
Limits the results to only the anomaly detection models that are associated with the specified namespace. @return [String]
@!attribute [rw] metric_name
Limits the results to only the anomaly detection models that are associated with the specified metric name. If there are multiple metrics with this name in different namespaces that have anomaly detection models, they're all returned. @return [String]
@!attribute [rw] dimensions
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions. If there are multiple metrics that have these dimensions and have anomaly detection models associated, they're all returned. @return [Array<Types::Dimension>]
@see docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DescribeAnomalyDetectorsInput AWS API Documentation
Constants
- SENSITIVE