Method: Aws::CloudWatchLogs::Types::ListToMap#source
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#source ⇒ String
The key in the log event that has a list of objects that will be converted to a 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 |