# File lib/aws/ec2/snapshot.rb, line 58
      def initialize id, options = {}
        @id = id
        super(options)
      end