Class: Aws::CloudWatchLogs::Types::RenameKeys

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

Overview

Use this processor to rename keys in a log event.

For more information about this processor including examples, see [ renameKeys] in the *CloudWatch Logs User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::RenameKeyEntry>

An array of ‘RenameKeyEntry` objects, where each object contains the information about a single key to rename.

Returns:



6203
6204
6205
6206
6207
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6203

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