class
Amazonite::CloudWatchLogs::ListAnomaliesRequest
- Amazonite::CloudWatchLogs::ListAnomaliesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_anomalies_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(anomaly_detector_arn : String | Nil = nil, suppression_state : SuppressionState | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#anomaly_detector_arn : String | Nil
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
-
#anomaly_detector_arn=(anomaly_detector_arn : String | Nil)
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of items to return.
-
#limit=(limit : Int32 | Nil)
The maximum number of items to return.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#suppression_state : SuppressionState | Nil
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
-
#suppression_state=(suppression_state : SuppressionState | Nil)
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.