class
Amazonite::CloudWatchLogs::DescribeQueriesResponse
- Amazonite::CloudWatchLogs::DescribeQueriesResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_queries_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(queries : Array(QueryInfo) | Nil = nil, next_token : String | 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) - #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#queries : Array(QueryInfo) | Nil
The list of queries that match the request.
-
#queries=(queries : Array(QueryInfo) | Nil)
The list of queries that match the request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The list of queries that match the request.