class
Amazonite::CloudWatchLogs::SubstituteStringEntry
- Amazonite::CloudWatchLogs::SubstituteStringEntry
- Reference
- Object
Overview
This object defines one log field key that will be replaced using the substituteString processor.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/substitute_string_entry.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#from : String
The regular expression string to be replaced.
-
#from=(from : String)
The regular expression string to be replaced.
-
#hash(hasher)
See
Object#hash(hasher) -
#source : String
The key to modify
-
#source=(source : String)
The key to modify
-
#to : String
The string to be substituted for each match of
#from -
#to=(to : String)
The string to be substituted for each match of
#from - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The regular expression string to be replaced. Special regex characters such as [ and ] must be escaped using \ when using double quotes and with \ when using single quotes. For more information, see Class Pattern on the Oracle web site.
The regular expression string to be replaced. Special regex characters such as [ and ] must be escaped using \ when using double quotes and with \ when using single quotes. For more information, see Class Pattern on the Oracle web site.