class Aws::DynamoDB::Resource
def batch_get_item(options = {})
-
(Types::BatchGetItemOutput)-
Options Hash:
(**options)-
:return_consumed_capacity(String) -- -
:request_items(required, Hash) --
Parameters:
-
options(Hash) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def batch_get_item(options = {}) resp = Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do @client.batch_get_item(options) end resp.data end