# File lib/aws/dynamo_db/table.rb, line 254
      def hash_key= description
        static_attributes[:hash_key] =
          PrimaryKeyElement.from_description(description)
      end