class Amazonite::CloudWatchLogs::DescribeQueryDefinitionsRequest

Included Modules

Defined in:

cloudwatch_logs/describe_query_definitions_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Limits the number of returned query definitions to the specified number.


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

Limits the number of returned query definitions to the specified number.


[View source]
def next_token : String | Nil #

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

[View source]
def query_definition_name_prefix : String | Nil #

Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.


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

Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.


[View source]
def query_language : QueryLanguage | Nil #

The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.


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

The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.


[View source]
def validate! : Nil #

[View source]