class AWS::EC2::SnapshotCollection

def initialize(options = {})

Other tags:
    Api: - private
def initialize(options = {})
  @owners = options[:owners] || []
  @restorable_by = options[:restorable_by] || []
  super(options)
end