Class: Aws::CloudWatchLogs::Types::SubstituteString
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SubstituteString
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This processor matches a key’s value against a regular expression and replaces all matches with a replacement string.
For more information about this processor including examples, see [ substituteString] in the *CloudWatch Logs User Guide*.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::SubstituteStringEntry>
An array of objects, where each object contains the information about one key to match and replace.
Instance Attribute Details
#entries ⇒ Array<Types::SubstituteStringEntry>
An array of objects, where each object contains the information about one key to match and replace.
6673 6674 6675 6676 6677 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 6673 class SubstituteString < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |