consumedCapacity property

List<ConsumedCapacity>? consumedCapacity
final

If the ReturnConsumedCapacity value was TOTAL, this is an array of ConsumedCapacity objects, one for each table addressed by TransactGetItem objects in the TransactItems parameter. These ConsumedCapacity objects report the read-capacity units consumed by the TransactGetItems call in that table.

Implementation

final List<ConsumedCapacity>? consumedCapacity;