class
Amazonite::CloudWatchLogs::AggregateLogGroupSummary
- Amazonite::CloudWatchLogs::AggregateLogGroupSummary
- Reference
- Object
Overview
Contains an aggregate summary of log groups grouped by data source characteristics, including the count of log groups and their grouping identifiers.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/aggregate_log_group_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_count : Int32 | Nil = nil, grouping_identifiers : Array(GroupingIdentifier) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#grouping_identifiers : Array(GroupingIdentifier) | Nil
An array of key-value pairs that identify the data source characteristics used to group the log groups.
-
#grouping_identifiers=(grouping_identifiers : Array(GroupingIdentifier) | Nil)
An array of key-value pairs that identify the data source characteristics used to group the log groups.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_count : Int32 | Nil
The number of log groups in this aggregate summary group.
-
#log_group_count=(log_group_count : Int32 | Nil)
The number of log groups in this aggregate summary group.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of key-value pairs that identify the data source characteristics used to group the log groups.
The size and content of this array depends on the groupBy parameter specified in the request.
An array of key-value pairs that identify the data source characteristics used to group the log groups.
The size and content of this array depends on the groupBy parameter specified in the request.
The number of log groups in this aggregate summary group.