Class: Aws::CloudWatchLogs::Types::AddKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::AddKeys
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This processor adds new key-value pairs to the log event.
For more information about this processor including examples, see [ addKeys] in the *CloudWatch Logs User Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::AddKeyEntry>
An array of objects, where each object contains the information about one key to add to the log event.
Instance Attribute Details
#entries ⇒ Array<Types::AddKeyEntry>
An array of objects, where each object contains the information about one key to add to the log event.
113 114 115 116 117 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 113 class AddKeys < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |