# File lib/aws/record/base.rb, line 381
      def update_attributes attribute_hash
        bulk_assign(attribute_hash)
        save
      end