class AWS::DynamoDB::ItemData

def initialize(opts = {})

def initialize(opts = {})
  @item = opts[:item]
  @attributes = opts[:attributes]
end