Class: Aws::CloudWatchLogs::Types::SplitString

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

Overview

Use this processor to split a field into an array of strings using a delimiting character.

For more information about this processor including examples, see [ splitString] in the *CloudWatch Logs User Guide*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::SplitStringEntry>

An array of ‘SplitStringEntry` objects, where each object contains the information about one field to split.

Returns:



6377
6378
6379
6380
6381
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6377

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