Method: Aws::CloudWatchLogs::Types::ListToMap#value_key

Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

#value_keyString

If this is specified, the values that you specify in this parameter will be extracted from the ‘source` objects and put into the values of the generated map. Otherwise, original objects in the source list will be put into the values of the generated map.

Returns:

  • (String)


4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4567

class ListToMap < Struct.new(
  :source,
  :key,
  :value_key,
  :target,
  :flatten,
  :flattened_element)
  SENSITIVE = []
  include Aws::Structure
end