class Amazonite::CloudWatchLogs::ListAnomaliesRequest

Included Modules

Defined in:

cloudwatch_logs/list_anomalies_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(anomaly_detector_arn : String | Nil = nil, suppression_state : SuppressionState | Nil = nil, limit : Int32 | Nil = nil, next_token : String | Nil = nil) #

[View source]

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_detector_arn : String | Nil #

Use this to optionally limit the results to only the anomalies found by a certain anomaly detector.


[View source]
def 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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def limit : Int32 | Nil #

The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.


[View source]
def limit=(limit : Int32 | Nil) #

The maximum number of items to return. If you don't specify a value, the default maximum value of 50 items is used.


[View source]
def next_token : String | Nil #

[View source]
def next_token=(next_token : String | Nil) #

[View source]
def 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.


[View source]
def 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.


[View source]
def validate! : Nil #

[View source]