class
Amazonite::CloudWatchLogs::UpperCaseString
- Amazonite::CloudWatchLogs::UpperCaseString
- Reference
- Object
Overview
This processor converts a string field to uppercase.
For more information about this processor including examples, see upperCaseString in the CloudWatch Logs User Guide.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/upper_case_string.crConstructors
- .new(pull : JSON::PullParser)
- .new(with_keys : Array(String))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 of containing the keys of the field to convert to uppercase.
-
#with_keys=(with_keys : Array(String))
The array of containing the keys of the field to convert to uppercase.
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 of containing the keys of the field to convert to uppercase.
def with_keys=(with_keys : Array(String))
#
The array of containing the keys of the field to convert to uppercase.