class Aws::Api::Docs::ParamFormatter

def complex?(ref)

def complex?(ref)
  if StructureShape === ref.shape
    !ddb_av?(ref)
  else
    ListShape === ref.shape || MapShape === ref.shape
  end
end