Class: Aws::CloudWatchLogs::Types::AggregateLogGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::AggregateLogGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Contains an aggregate summary of log groups grouped by data source characteristics, including the count of log groups and their grouping identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grouping_identifiers ⇒ Array<Types::GroupingIdentifier>
An array of key-value pairs that identify the data source characteristics used to group the log groups.
-
#log_group_count ⇒ Integer
The number of log groups in this aggregate summary group.
Instance Attribute Details
#grouping_identifiers ⇒ Array<Types::GroupingIdentifier>
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.
137 138 139 140 141 142 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 137 class AggregateLogGroupSummary < Struct.new( :log_group_count, :grouping_identifiers) SENSITIVE = [] include Aws::Structure end |
#log_group_count ⇒ Integer
The number of log groups in this aggregate summary group.
137 138 139 140 141 142 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 137 class AggregateLogGroupSummary < Struct.new( :log_group_count, :grouping_identifiers) SENSITIVE = [] include Aws::Structure end |