Method: Aws::CloudWatchLogs::Types::ListToMap#key
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#key ⇒ String
The key of the field to be extracted as keys in the generated map
4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4178 class ListToMap < Struct.new( :source, :key, :value_key, :target, :flatten, :flattened_element) SENSITIVE = [] include Aws::Structure end |