class
Amazonite::CloudWatchLogs::SplitString
- Amazonite::CloudWatchLogs::SplitString
- Reference
- Object
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
- JSON::Serializable
Defined in:
cloudwatch_logs/split_string.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(SplitStringEntry)
An array of
SplitStringEntryobjects, where each object contains the information about one field to split. -
#entries=(entries : Array(SplitStringEntry))
An array of
SplitStringEntryobjects, where each object contains the information about one field to split. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of SplitStringEntry objects, where each object contains the information about one
field to split.
An array of SplitStringEntry objects, where each object contains the information about one
field to split.