# File lib/aws/dynamo_db/item_collection.rb, line 96 def initialize(table, opts = {}) @table = table @scan_filters = opts[:scan_filters] || {} super end