Class: Aws::CloudWatchLogs::Types::SubstituteString

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

Instance Attribute Details

#entriesArray<Types::SubstituteStringEntry>

An array of objects, where each object contains the information about one key to match and replace.

Returns:



7482
7483
7484
7485
7486
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7482

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