Class: Aws::CloudWatchLogs::Types::DeleteKeys

Inherits:
Struct
  • Object
show all
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*.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-deleteKeys

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#with_keysArray<String>

The list of keys to delete.

Returns:

  • (Array<String>)


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