class Aws::DynamoDB::Types::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 Throughput] in the *Amazon DynamoDB Developer Guide*.

[1]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughputIntro.html

@!attribute [rw] table_name

The name of the table that was affected by the operation.
@return [String]

@!attribute [rw] capacity_units

The total number of capacity units consumed by the operation.
@return [Float]

@!attribute [rw] read_capacity_units

The total number of read capacity units consumed by the operation.
@return [Float]

@!attribute [rw] write_capacity_units

The total number of write capacity units consumed by the operation.
@return [Float]

@!attribute [rw] table

The amount of throughput consumed on the table affected by the
operation.
@return [Types::Capacity]

@!attribute [rw] local_secondary_indexes

The amount of throughput consumed on each local index affected by
the operation.
@return [Hash<String,Types::Capacity>]

@!attribute [rw] global_secondary_indexes

The amount of throughput consumed on each global index affected by
the operation.
@return [Hash<String,Types::Capacity>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ConsumedCapacity AWS API Documentation

Constants

SENSITIVE