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

********
Snapshot
********



.. py:method:: EC2.ServiceResource.Snapshot(id)

  Creates a Snapshot resource.::

    snapshot = ec2.Snapshot('id')

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