Class: Aws::CloudWatchLogs::Types::SplitString
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SplitString
- 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*.
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.
6377 6378 6379 6380 6381 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6377 class SplitString < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |