Method: Aws::CloudWatchLogs::Types::ListToMap#target

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

#targetString

The key of the field that will hold the generated map

Returns:

  • (String)


4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4575

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