Skip to content

Capacity

async_boto.validation.dynamodb.data_types.capacity

Capacity

Bases: BaseModel

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

ATTRIBUTE DESCRIPTION
CapacityUnits

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

TYPE: Optional[float]

ReadCapacityUnits

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

TYPE: Optional[float]

WriteCapacityUnits

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

TYPE: Optional[float]

CapacityUnits class-attribute instance-attribute

CapacityUnits = None

ReadCapacityUnits class-attribute instance-attribute

ReadCapacityUnits = None

WriteCapacityUnits class-attribute instance-attribute

WriteCapacityUnits = None