Method: Aws::CloudWatchLogs::Types::ListToMap#flatten
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#flatten ⇒ Boolean
A Boolean value to indicate whether the list will be flattened into single items. Specify ‘true` to flatten the list. The default is `false`
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 |