Class: Aws::CloudWatchLogs::Types::TrimString

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Use this processor to remove leading and trailing whitespace.

For more information about this processor including examples, see [ trimString] in the *CloudWatch Logs User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#with_keysArray<String>

The array containing the keys of the fields to trim.

Returns:

  • (Array<String>)


6915
6916
6917
6918
6919
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6915

class TrimString < Struct.new(
  :with_keys)
  SENSITIVE = []
  include Aws::Structure
end