class
Amazonite::CloudWatchLogs::ListLogGroupsForQueryRequest
- Amazonite::CloudWatchLogs::ListLogGroupsForQueryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_log_groups_for_query_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(query_id : String, next_token : String | Nil = nil, max_results : Int32 | 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) -
#max_results : Int32 | Nil
Limits the number of returned log groups to the specified number.
-
#max_results=(max_results : Int32 | Nil)
Limits the number of returned log groups to the specified number.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
-
#query_id : String
The ID of the query to use.
-
#query_id=(query_id : String)
The ID of the query to use.
- #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?.
def max_results=(max_results : Int32 | Nil)
#
Limits the number of returned log groups to the specified number.
def query_id : String
#
The ID of the query to use. This query ID is from the response to your StartQuery operation.
def query_id=(query_id : String)
#
The ID of the query to use. This query ID is from the response to your StartQuery operation.