class
Amazonite::CloudWatchLogs::SubstituteString
- Amazonite::CloudWatchLogs::SubstituteString
- Reference
- Object
Overview
This processor matches a key’s value against a regular expression and replaces all matches with a replacement string.
For more information about this processor including examples, see substituteString in the CloudWatch Logs User Guide.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/substitute_string.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(SubstituteStringEntry)
An array of objects, where each object contains the information about one key to match and replace.
-
#entries=(entries : Array(SubstituteStringEntry))
An array of objects, where each object contains the information about one key to match and replace.
-
#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 objects, where each object contains the information about one key to match and replace.
An array of objects, where each object contains the information about one key to match and replace.