class Amazonite::CloudWatchLogs::AggregateLogGroupSummary

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

Defined in:

cloudwatch_logs/aggregate_log_group_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(log_group_count : Int32 | Nil = nil, grouping_identifiers : Array(GroupingIdentifier) | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def grouping_identifiers : Array(GroupingIdentifier) | Nil #

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.


[View source]
def 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.

The size and content of this array depends on the groupBy parameter specified in the request.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_group_count : Int32 | Nil #

The number of log groups in this aggregate summary group.


[View source]
def log_group_count=(log_group_count : Int32 | Nil) #

The number of log groups in this aggregate summary group.


[View source]
def validate! : Nil #

[View source]