class
Amazonite::CloudWatchLogs::LowerCaseString
- Amazonite::CloudWatchLogs::LowerCaseString
- Reference
- Object
Overview
This processor converts a string to lowercase.
For more information about this processor including examples, see lowerCaseString in the CloudWatch Logs User Guide.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/lower_case_string.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#with_keys : Array(String)
The array caontaining the keys of the fields to convert to lowercase.
-
#with_keys=(with_keys : Array(String))
The array caontaining the keys of the fields to convert to lowercase.
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?.
def with_keys : Array(String)
#
The array caontaining the keys of the fields to convert to lowercase.
def with_keys=(with_keys : Array(String))
#
The array caontaining the keys of the fields to convert to lowercase.