Class: Aws::CloudWatchLogs::Types::SplitStringEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SplitStringEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This object defines one log field that will be split with the [ splitString] processor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delimiter ⇒ String
The separator characters to split the string entry on.
-
#source ⇒ String
The key of the field to split.
Instance Attribute Details
#delimiter ⇒ String
The separator characters to split the string entry on.
6400 6401 6402 6403 6404 6405 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6400 class SplitStringEntry < Struct.new( :source, :delimiter) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The key of the field to split.
6400 6401 6402 6403 6404 6405 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6400 class SplitStringEntry < Struct.new( :source, :delimiter) SENSITIVE = [] include Aws::Structure end |