class Amazonite::CloudWatchLogs::ListLogAnomalyDetectorsRequest

Included Modules

Defined in:

cloudwatch_logs/list_log_anomaly_detectors_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 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.


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


[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 validate! : Nil #

[View source]