class
Amazonite::CloudWatchLogs::DescribeQueriesRequest
- Amazonite::CloudWatchLogs::DescribeQueriesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_queries_request.crConstructors
- .new(pull : JSON::PullParser)
- .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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String | Nil
Limits the returned queries to only those for the specified log group.
-
#log_group_name=(log_group_name : String | Nil)
Limits the returned queries to only those for the specified log group.
-
#max_results : Int32 | Nil
Limits the number of returned queries to the specified number.
-
#max_results=(max_results : Int32 | Nil)
Limits the number of returned queries to the specified number.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#query_language : QueryLanguage | Nil
Limits the returned queries to only the queries that use the specified query language.
-
#query_language=(query_language : QueryLanguage | Nil)
Limits the returned queries to only the queries that use the specified query language.
-
#status : QueryStatus | Nil
Limits the returned queries to only those that have the specified status.
-
#status=(status : QueryStatus | Nil)
Limits the returned queries to only those that have the specified status.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Limits the returned queries to only those for the specified log group.
Limits the returned queries to only those for the specified log group.
Limits the number of returned queries to the specified number.
Limits the returned queries to only the queries that use the specified query language.
Limits the returned queries to only the queries that use the specified query language.
Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and Scheduled.
Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and Scheduled.