Class: Aws::CloudWatchLogs::Types::RenameKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::RenameKeys
- 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*.
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.
6203 6204 6205 6206 6207 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6203 class RenameKeys < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |