class Amazonite::CloudWatchLogs::ListLogGroupsForQueryRequest

Included Modules

Defined in:

cloudwatch_logs/list_log_groups_for_query_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(query_id : String, next_token : String | Nil = nil, max_results : Int32 | 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 max_results : Int32 | Nil #

Limits the number of returned log groups to the specified number.


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

Limits the number of returned log groups to the specified number.


[View source]
def next_token : String | Nil #

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

[View source]
def query_id : String #

The ID of the query to use. This query ID is from the response to your StartQuery operation.


[View source]
def query_id=(query_id : String) #

The ID of the query to use. This query ID is from the response to your StartQuery operation.


[View source]
def validate! : Nil #

[View source]