Class: Aws::CloudWatchLogs::Types::MoveKeys

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

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*.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKeys

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::MoveKeyEntry>

An array of objects, where each object contains the information about one key to move.

Returns:



4387
4388
4389
4390
4391
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4387

class MoveKeys < Struct.new(
  :entries)
  SENSITIVE = []
  include Aws::Structure
end