responses property
The response object as a result of BatchWriteItem
call. This is
essentially a map of table name to ConsumedCapacityUnits
.
Implementation
final Map<String, BatchWriteResponse>? responses;
The response object as a result of BatchWriteItem
call. This is
essentially a map of table name to ConsumedCapacityUnits
.
final Map<String, BatchWriteResponse>? responses;