class Amazonite::CloudWatchLogs::ListLogGroupsForQueryResponse

Included Modules

Defined in:

cloudwatch_logs/list_log_groups_for_query_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_identifiers : Array(String) | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_group_identifiers : Array(String) | Nil #

An array of the names and ARNs of the log groups that were processed in the query.


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

An array of the names and ARNs of the log groups that were processed in the query.


[View source]
def next_token : String | Nil #

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

[View source]
def validate! : Nil #

[View source]