Class: Aws::CloudWatchLogs::Types::TypeConverter

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

Overview

Use this processor to convert a value type associated with the specified key to the specified type. It’s a casting processor that changes the types of the specified fields. Values can be converted into one of the following datatypes: ‘integer`, `double`, `string` and `boolean`.

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

#entriesArray<Types::TypeConverterEntry>

An array of ‘TypeConverterEntry` objects, where each object contains the information about one field to change the type of.

Returns:



6941
6942
6943
6944
6945
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6941

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