class Aws::Log::ParamFormatter

def summarize_array(array)

def summarize_array(array)
  "[" + array.map{|v| summarize_value(v) }.join(",") + "]"
end