Class: Aws::CloudWatchLogs::Types::SplitString
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SplitString
- 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
-
#entries ⇒ Array<Types::SplitStringEntry>
An array of
SplitStringEntry
objects, where each object contains the information about one field to split.
Instance Attribute Details
#entries ⇒ Array<Types::SplitStringEntry>
An array of SplitStringEntry
objects, where each object contains
the information about one field to split.
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 |