consumedCapacity property
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;