class
Amazonite::CloudWatchLogs::ListLogAnomalyDetectorsRequest
- Amazonite::CloudWatchLogs::ListLogAnomalyDetectorsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_log_anomaly_detectors_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(filter_log_group_arn : String | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filter_log_group_arn : String | Nil
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
-
#filter_log_group_arn=(filter_log_group_arn : String | Nil)
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
-
#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)
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
Use this to optionally filter the results to only include anomaly detectors that are associated with the specified log group.
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.