module AWS::IAM::PolicyCollection

def clear

Removes all policies from the collection.
def clear
  keys.each { |k| delete(k) }
end