class Amazonite::CloudWatchLogs::SplitStringEntry

Overview

This object defines one log field that will be split with the splitString processor.

Included Modules

Defined in:

cloudwatch_logs/split_string_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, delimiter : String) #

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

[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 delimiter : String #

The separator characters to split the string entry on.


[View source]
def delimiter=(delimiter : String) #

The separator characters to split the string entry on.


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

See Object#hash(hasher)


def source : String #

The key of the field to split.


[View source]
def source=(source : String) #

The key of the field to split.


[View source]
def validate! : Nil #

[View source]