:doc:`Object <index>` / Sub-Resource / Version

*******
Version
*******



.. py:method:: S3.Object.Version(id)

  Creates a ObjectVersion resource.::

    object_version = object.Version('id')

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