class
Amazonite::CloudWatchLogs::SplitStringEntry
- Amazonite::CloudWatchLogs::SplitStringEntry
- Reference
- Object
Overview
This object defines one log field that will be split with the splitString processor.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/split_string_entry.crConstructors
- .new(source : String, delimiter : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#delimiter : String
The separator characters to split the string entry on.
-
#delimiter=(delimiter : String)
The separator characters to split the string entry on.
-
#hash(hasher)
See
Object#hash(hasher) -
#source : String
The key of the field to split.
-
#source=(source : String)
The key of the field to split.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.