class
Amazonite::CloudWatch::DescribeAnomalyDetectorsOutput
- Amazonite::CloudWatch::DescribeAnomalyDetectorsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/describe_anomaly_detectors_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detectors : Array(AnomalyDetector) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detectors : Array(AnomalyDetector) | Nil
The list of anomaly detection models returned by the operation.
-
#anomaly_detectors=(anomaly_detectors : Array(AnomalyDetector) | Nil)
The list of anomaly detection models returned by the operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
A token that you can use in a subsequent operation to retrieve the next set of results.
-
#next_token=(next_token : String | Nil)
A token that you can use in a subsequent operation to retrieve the next set of results.
- #validate! : Nil
Constructor Detail
def self.new(anomaly_detectors : Array(AnomalyDetector) | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def anomaly_detectors : Array(AnomalyDetector) | Nil
#
The list of anomaly detection models returned by the operation.
def anomaly_detectors=(anomaly_detectors : Array(AnomalyDetector) | Nil)
#
The list of anomaly detection models returned by the operation.
def next_token : String | Nil
#
A token that you can use in a subsequent operation to retrieve the next set of results.
def next_token=(next_token : String | Nil)
#
A token that you can use in a subsequent operation to retrieve the next set of results.