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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

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 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6915

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