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

*******
Account
*******



.. py:method:: Glacier.ServiceResource.Account(id)

  Creates a Account resource.::

    account = glacier.Account('id')

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