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

Class: Aws::CloudWatchLogs::Types::UpperCaseString

Inherits:

Struct

Defined in:

gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This processor converts a string field to uppercase.

For more information about this processor including examples, see upperCaseString in the CloudWatch Logs User Guide.

Constant Summarycollapse

SENSITIVE =

[]

Instance Attribute Summary collapse

Instance Attribute Details

#with_keys ⇒ Array

The array of containing the keys of the field to convert to uppercase.

8147 8148 8149 8150 8151 # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 8147 class UpperCaseString < Struct.new( :with_keys) SENSITIVE = [] include Aws::Structure end