Class: Aws::CloudWatchLogs::Types::AggregateLogGroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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

Instance Attribute Details

#grouping_identifiersArray<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.

Returns:



137
138
139
140
141
142
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 137

class AggregateLogGroupSummary < Struct.new(
  :log_group_count,
  :grouping_identifiers)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_countInteger

The number of log groups in this aggregate summary group.

Returns:

  • (Integer)


137
138
139
140
141
142
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 137

class AggregateLogGroupSummary < Struct.new(
  :log_group_count,
  :grouping_identifiers)
  SENSITIVE = []
  include Aws::Structure
end