class Aws::DynamoDB::Resource
def batch_write_item(options = {})
-
(Types::BatchWriteItemOutput)
-
Options Hash:
(**options)
-
:return_item_collection_metrics
(String
) -- -
:return_consumed_capacity
(String
) -- -
:request_items
(required, Hash
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def batch_write_item(options = {}) resp = @client.batch_write_item(options) resp.data end