Indicates 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 number of CUs that are consumed by this operation. |