class AWS::DynamoDB::BatchWrite
def put table, items
-
(nil)-
Parameters:
-
items(Array) -- A list of item attributes to put. -
table(Table, String) -- A {Table} object or table name string.
def put table, items write(table, :put => items.flatten) nil end