Class: Aws::CloudWatchLogs::Types::RenameKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::RenameKeys
- 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
-
#entries ⇒ Array<Types::RenameKeyEntry>
An array of
RenameKeyEntry
objects, where each object contains the information about a single key to rename.
Instance Attribute Details
#entries ⇒ Array<Types::RenameKeyEntry>
An array of RenameKeyEntry
objects, where each object contains the
information about a single key to rename.
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 |