class
Amazonite::CloudWatchLogs::ListLogGroupsForQueryResponse
- Amazonite::CloudWatchLogs::ListLogGroupsForQueryResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_log_groups_for_query_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifiers : Array(String) | 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) -
#log_group_identifiers : Array(String) | Nil
An array of the names and ARNs of the log groups that were processed in the query.
-
#log_group_identifiers=(log_group_identifiers : Array(String) | Nil)
An array of the names and ARNs of the log groups that were processed in the query.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #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 log_group_identifiers : Array(String) | Nil
#
An array of the names and ARNs of the log groups that were processed in the query.
def log_group_identifiers=(log_group_identifiers : Array(String) | Nil)
#
An array of the names and ARNs of the log groups that were processed in the query.