The number of capacity units (CUs) consumed by an operation.
Data structure
message ConsumedCapacity {
required CapacityUnit capacity_unit = 1;
}
|
Parameter |
Type |
Required |
Description |
|
capacity_unit |
Yes |
The CUs consumed by the operation. |