You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatch::Types::DescribeAnomalyDetectorsInputWhen passing DescribeAnomalyDetectorsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "NextToken",
max_results: 1,
namespace: "Namespace",
metric_name: "MetricName",
dimensions: [
{
name: "DimensionName", value: "DimensionValue", },
],
}
Instance Attribute Summary collapse
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
The maximum number of results to return in one operation.
Limits the results to only the anomaly detection models that are associated with the specified metric name.
Limits the results to only the anomaly detection models that are associated with the specified namespace.
Use the token returned by the previous operation to request the next page of results.
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.
#max_results ⇒ IntegerThe 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.
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.
#namespace ⇒ StringLimits the results to only the anomaly detection models that are associated with the specified namespace.
#next_token ⇒ StringUse the token returned by the previous operation to request the next page of results.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4