Class: Aws::CloudWatchLogs::Types::LowerCaseString
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::LowerCaseString
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This processor converts a string to lowercase.
For more information about this processor including examples, see lowerCaseString in the CloudWatch Logs User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#with_keys ⇒ Array<String>
The array caontaining the keys of the fields to convert to lowercase.
Instance Attribute Details
#with_keys ⇒ Array<String>
The array caontaining the keys of the fields to convert to lowercase.
4161 4162 4163 4164 4165 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4161 class LowerCaseString < Struct.new( :with_keys) SENSITIVE = [] include Aws::Structure end |