Object
# File lib/aws/dynamo_db/item_data.rb, line 23 def initialize(opts = {}) @item = opts[:item] @attributes = opts[:attributes] end