class Amazonite::CloudWatchLogs::DescribeQueriesRequest

Included Modules

Defined in:

cloudwatch_logs/describe_queries_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_name : String | Nil = nil, status : QueryStatus | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, query_language : QueryLanguage | 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_name : String | Nil #

Limits the returned queries to only those for the specified log group.


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

Limits the returned queries to only those for the specified log group.


[View source]
def max_results : Int32 | Nil #

Limits the number of returned queries to the specified number.


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

Limits the number of returned queries to the specified number.


[View source]
def next_token : String | Nil #

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

[View source]
def query_language : QueryLanguage | Nil #

Limits the returned queries to only the queries that use the specified query language.


[View source]
def query_language=(query_language : QueryLanguage | Nil) #

Limits the returned queries to only the queries that use the specified query language.


[View source]
def status : QueryStatus | Nil #

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.


[View source]
def status=(status : QueryStatus | Nil) #

Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.


[View source]
def validate! : Nil #

[View source]