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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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.

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:



7156
7157
7158
7159
7160
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7156

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