Class: Aws::CloudWatchLogs::Types::DeleteKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteKeys
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This processor deletes entries from a log event. These entries are key-value pairs.
For more information about this processor including examples, see [ deleteKeys] in the *CloudWatch Logs User Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#with_keys ⇒ Array<String>
The list of keys to delete.
Instance Attribute Details
#with_keys ⇒ Array<String>
The list of keys to delete.
1165 1166 1167 1168 1169 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1165 class DeleteKeys < Struct.new( :with_keys) SENSITIVE = [] include Aws::Structure end |