class Amazonite::CloudWatchLogs::MetricFilterMatchRecord

Overview

Represents a matched event.

Included Modules

Defined in:

cloudwatch_logs/metric_filter_match_record.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(event_number : Int64 | Nil = nil, event_message : String | Nil = nil, extracted_values : Hash(String, String) | 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 event_message : String | Nil #

The raw event data.


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

The raw event data.


[View source]
def event_number : Int64 | Nil #

The event number.


[View source]
def event_number=(event_number : Int64 | Nil) #

The event number.


[View source]
def extracted_values : Hash(String, String) | Nil #

The values extracted from the event data by the filter.


[View source]
def extracted_values=(extracted_values : Hash(String, String) | Nil) #

The values extracted from the event data by the filter.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]