class
Amazonite::CloudWatchLogs::GetQueryResultsRequest
- Amazonite::CloudWatchLogs::GetQueryResultsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_query_results_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_id : String, next_token : String | Nil = nil, max_items : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_items : Int32 | Nil
The maximum number of log events to return in the response.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of log events to return in the response.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#query_id : String
The ID number of the query.
-
#query_id=(query_id : String)
The ID number of the query.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The token for the next set of items to return. The token expires after 1 hour.
The token for the next set of items to return. The token expires after 1 hour.