class
Amazonite::CloudWatchLogs::ListLogAnomalyDetectorsResponse
- Amazonite::CloudWatchLogs::ListLogAnomalyDetectorsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_log_anomaly_detectors_response.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
An array of structures, where each structure in the array contains information about one anomaly detector.
-
#anomaly_detectors=(anomaly_detectors : Array(AnomalyDetector) | Nil)
An array of structures, where each structure in the array contains information about one anomaly detector.
-
#hash(hasher)
See
Object#hash(hasher) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #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
#
An array of structures, where each structure in the array contains information about one anomaly detector.
def anomaly_detectors=(anomaly_detectors : Array(AnomalyDetector) | Nil)
#
An array of structures, where each structure in the array contains information about one anomaly detector.