class Amazonite::CloudWatchLogs::SplitString

Overview

Use this processor to split a field into an array of strings using a delimiting character.

For more information about this processor including examples, see splitString in the CloudWatch Logs User Guide.

Included Modules

Defined in:

cloudwatch_logs/split_string.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entries : Array(SplitStringEntry)) #

[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 entries : Array(SplitStringEntry) #

An array of SplitStringEntry objects, where each object contains the information about one field to split.


[View source]
def entries=(entries : Array(SplitStringEntry)) #

An array of SplitStringEntry objects, where each object contains the information about one field to split.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]