A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/CloudWatch/Types/DescribeAnomalyDetectorsInput.html below:

DescribeAnomalyDetectorsInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::DescribeAnomalyDetectorsInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #dimensions ⇒ Array<Types::Dimension>

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 ⇒ Integer

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.

#metric_name ⇒ String

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 ⇒ String

Limits the results to only the anomaly detection models that are associated with the specified namespace.

#next_token ⇒ String

Use 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