Class: Aws::CloudWatchLogs::Types::MoveKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::MoveKeys
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
This processor moves a key from one field to another. The original key is deleted.
For more information about this processor including examples, see moveKeys in the CloudWatch Logs User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::MoveKeyEntry>
An array of objects, where each object contains the information about one key to move.
Instance Attribute Details
#entries ⇒ Array<Types::MoveKeyEntry>
An array of objects, where each object contains the information about one key to move.
4592 4593 4594 4595 4596 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4592 class MoveKeys < Struct.new( :entries) SENSITIVE = [] include Aws::Structure end |