class
Amazonite::CloudWatchLogs::DeleteKeys
- Amazonite::CloudWatchLogs::DeleteKeys
- Reference
- Object
Overview
This processor deletes entries from a log event. These entries are key-value pairs.
For more information about this processor including examples, see deleteKeys in the CloudWatch Logs User Guide.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_keys.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 list of keys to delete.
-
#with_keys=(with_keys : Array(String))
The list of keys to delete.
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?.