ConsumedCapacity

The capacity units consumed by an operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the request asked for it. For more information, see Provisioned capacity mode in the Amazon DynamoDB Developer Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of capacity units consumed by the operation.

Link copied to clipboard

The amount of throughput consumed on each global index affected by the operation.

Link copied to clipboard

The amount of throughput consumed on each local index affected by the operation.

Link copied to clipboard

The total number of read capacity units consumed by the operation.

Link copied to clipboard

The amount of throughput consumed on the table affected by the operation.

Link copied to clipboard

The name of the table that was affected by the operation. If you had specified the Amazon Resource Name (ARN) of a table in the input, you'll see the table ARN in the response.

Link copied to clipboard

The total number of write capacity units consumed by the operation.

Functions

Link copied to clipboard
inline fun copy(block: ConsumedCapacity.Builder.() -> Unit = {}): ConsumedCapacity
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String