class
Amazonite::CloudWatchLogs::MoveKeys
- Amazonite::CloudWatchLogs::MoveKeys
- Reference
- Object
Overview
This processor moves a key from one field to another. The original key is deleted.
For more information about this processor including examples, see moveKeys in the CloudWatch Logs User Guide.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/move_keys.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(MoveKeyEntry)
An array of objects, where each object contains the information about one key to move.
-
#entries=(entries : Array(MoveKeyEntry))
An array of objects, where each object contains the information about one key to move.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
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 entries : Array(MoveKeyEntry)
#
An array of objects, where each object contains the information about one key to move.
def entries=(entries : Array(MoveKeyEntry))
#
An array of objects, where each object contains the information about one key to move.