class
Amazonite::CloudWatch::DescribeAnomalyDetectorsInput
- Amazonite::CloudWatch::DescribeAnomalyDetectorsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_anomaly_detectors_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_ids : Array(String) | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, namespace : String | Nil = nil, metric_name : String | Nil = nil, dimensions : Array(Dimension) | Nil = nil, anomaly_detector_types : Array(AnomalyDetectorType) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_ids : Array(String) | Nil
Specifies the unique identifiers of the anomaly detectors to describe.
-
#anomaly_detector_ids=(anomaly_detector_ids : Array(String) | Nil)
Specifies the unique identifiers of the anomaly detectors to describe.
-
#anomaly_detector_types : Array(AnomalyDetectorType) | Nil
The anomaly detector types to request when using
DescribeAnomalyDetectorsInput. -
#anomaly_detector_types=(anomaly_detector_types : Array(AnomalyDetectorType) | Nil)
The anomaly detector types to request when using
DescribeAnomalyDetectorsInput. -
#dimensions : Array(Dimension) | Nil
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
-
#dimensions=(dimensions : Array(Dimension) | Nil)
Limits the results to only the anomaly detection models that are associated with the specified metric dimensions.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to return in one operation.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to return in one operation.
-
#metric_name : String | Nil
Limits the results to only the anomaly detection models that are associated with the specified metric name.
-
#metric_name=(metric_name : String | Nil)
Limits the results to only the anomaly detection models that are associated with the specified metric name.
-
#namespace : String | Nil
Limits the results to only the anomaly detection models that are associated with the specified namespace.
-
#namespace=(namespace : String | Nil)
Limits the results to only the anomaly detection models that are associated with the specified namespace.
-
#next_token : String | Nil
Use the token returned by the previous operation to request the next page of results.
-
#next_token=(next_token : String | Nil)
Use the token returned by the previous operation to request the next page of results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the unique identifiers of the anomaly detectors to describe. You can specify up to 50
identifiers. If you specify this parameter, you cannot also specify the Namespace,
MetricName, Dimensions, or AnomalyDetectorTypes metric filters.
Specifies the unique identifiers of the anomaly detectors to describe. You can specify up to 50
identifiers. If you specify this parameter, you cannot also specify the Namespace,
MetricName, Dimensions, or AnomalyDetectorTypes metric filters.
The anomaly detector types to request when using DescribeAnomalyDetectorsInput. If empty,
defaults to SINGLE_METRIC.
The anomaly detector types to request when using DescribeAnomalyDetectorsInput. If empty,
defaults to SINGLE_METRIC.
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.
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.
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.
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.
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.
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.
Limits the results to only the anomaly detection models that are associated with the specified namespace.
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.
Use the token returned by the previous operation to request the next page of results.