TrimString — AWS SDK for Ruby V3 (original) (raw)

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

Inherits:

Struct

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 Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#with_keys ⇒ Array

The array containing the keys of the fields to trim.

7881 7882 7883 7884 7885 # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7881 class TrimString < Struct.new( :with_keys) SENSITIVE = [] include Aws::Structure end