:doc:`ServiceResource <index>` / Sub-Resource / Job

***
Job
***



.. py:method:: Glacier.ServiceResource.Job(account_id,vault_name,id)

  Creates a Job resource.::

    job = glacier.Job('account_id','vault_name','id')

  :type account_id: string
  :param account_id: The Job's account_id identifier. This **must** be set.
  :type vault_name: string
  :param vault_name: The Job's vault_name identifier. This **must** be set.
  :type id: string
  :param id: The Job's id identifier. This **must** be set.
  
  :rtype: :py:class:`Glacier.Job`
  :returns: A Job resource
  