class Amazonite::CloudWatchLogs::GroupingIdentifier

Overview

A key-value pair that identifies how log groups are grouped in aggregate summaries.

Included Modules

Defined in:

cloudwatch_logs/grouping_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(key : String | Nil = nil, value : String | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def key : String | Nil #

The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.


[View source]
def key=(key : String | Nil) #

The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.


[View source]
def validate! : Nil #

[View source]
def value : String | Nil #

The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.


[View source]
def value=(value : String | Nil) #

The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.


[View source]