responses property

Map<String, BatchWriteResponse>? responses
final

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;