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

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#with_keysArray<String>

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

Returns:

  • (Array<String>)


7181
7182
7183
7184
7185
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7181

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