# File lib/aws/core/page_result.rb, line 47 def initialize collection, items, per_page, next_token @collection = collection @per_page = per_page @next_token = next_token super(items) end