ServiceResource / Sub-Resource / Job

Job#

Glacier.ServiceResource.Job(account_id, vault_name, id)#

Creates a Job resource.:

job = glacier.Job('account_id','vault_name','id')
Parameters:
  • account_id (string) – The Job’s account_id identifier. This must be set.

  • vault_name (string) – The Job’s vault_name identifier. This must be set.

  • id (string) – The Job’s id identifier. This must be set.

Return type:

Glacier.Job

Returns:

A Job resource