You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::Capacity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the amount of provisioned throughput capacity consumed on a table or an index.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unitsFloat

The total number of capacity units consumed on a table or an index.

Returns:

  • (Float)

    The total number of capacity units consumed on a table or an index.

#read_capacity_unitsFloat

The total number of read capacity units consumed on a table or an index.

Returns:

  • (Float)

    The total number of read capacity units consumed on a table or an index.

#write_capacity_unitsFloat

The total number of write capacity units consumed on a table or an index.

Returns:

  • (Float)

    The total number of write capacity units consumed on a table or an index.