class
Amazonite::CloudWatchLogs::ListLogGroupsResponse
- Amazonite::CloudWatchLogs::ListLogGroupsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_log_groups_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_groups : Array(LogGroupSummary) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_groups : Array(LogGroupSummary) | Nil
An array of structures, where each structure contains the information about one log group.
-
#log_groups=(log_groups : Array(LogGroupSummary) | Nil)
An array of structures, where each structure contains the information about one log group.
- #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_groups : Array(LogGroupSummary) | Nil
#
An array of structures, where each structure contains the information about one log group.
def log_groups=(log_groups : Array(LogGroupSummary) | Nil)
#
An array of structures, where each structure contains the information about one log group.