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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

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:



7309
7310
7311
7312
7313
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7309

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