module AWS::Record::DirtyTracking

def reset_attribute! attribute_name

def reset_attribute! attribute_name
  __send__("#{attribute_name}=", attribute_was(attribute_name))
  nil
end