class
Amazonite::CloudWatchLogs::DescribeLogGroupsResponse
- Amazonite::CloudWatchLogs::DescribeLogGroupsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_log_groups_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_groups : Array(LogGroup) | 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(LogGroup) | Nil
An array of structures, where each structure contains the information about one log group.
-
#log_groups=(log_groups : Array(LogGroup) | 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?.
An array of structures, where each structure contains the information about one log group.
An array of structures, where each structure contains the information about one log group.