class Amazonite::CloudWatchLogs::GetQueryResultsRequest

Included Modules

Defined in:

cloudwatch_logs/get_query_results_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_items : 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_items : Int32 | Nil #

The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the nextToken.


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

The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the nextToken.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. The token expires after 1 hour.


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

The token for the next set of items to return. The token expires after 1 hour.


[View source]
def query_id : String #

The ID number of the query.


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

The ID number of the query.


[View source]
def validate! : Nil #

[View source]