class Aws::DynamoDB::Types::BatchGetItemOutput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/BatchGetItemOutput AWS API Documentation
@return [Array<Types::ConsumedCapacity>]
* ‘CapacityUnits` - The total number of capacity units consumed.
* `TableName` - The table that consumed the provisioned throughput.
Each element consists of:
operation.
The read capacity units consumed by the entire `BatchGetItem`
@!attribute [rw] consumed_capacity
@return [Hash<String,Types::KeysAndAttributes>]
empty `UnprocessedKeys` map.
If there are no unprocessed keys remaining, the response contains an
eventually consistent read is used.
`true`, then a strongly consistent read is used; otherwise, an
* `ConsistentRead` - The consistency of a read operation. If set to
result.
If a requested attribute is not found, it does not appear in the
from the table or index. By default, all attributes are returned.
* `ProjectionExpression` - One or more attributes to be retrieved
specific items in the table.
* `Keys` - An array of primary key attribute values that define
Each element consists of:
`RequestItems` in the Request Parameters section.
to a subsequent `BatchGetItem` operation. For more information, see
same form as `RequestItems`, so the value can be provided directly
with the current response. The `UnprocessedKeys` value is in the
A map of tables and their respective keys that were not processed
@!attribute [rw] unprocessed_keys
@return [Hash<String,Array<Hash<String,Types::AttributeValue>>>]
attribute data consisting of the data type and attribute value.
`Responses` consists of a table name or ARN, along with a map of
A map of table name or table ARN to a list of items. Each object in
@!attribute [rw] responses
Represents the output of a `BatchGetItem` operation.