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:
|
ReadCapacityUnits |
The total number of read capacity units consumed on a table or an index.
TYPE:
|
WriteCapacityUnits |
The total number of write capacity units consumed on a table or an index.
TYPE:
|
CapacityUnits
class-attribute
instance-attribute
CapacityUnits = None
ReadCapacityUnits
class-attribute
instance-attribute
ReadCapacityUnits = None
WriteCapacityUnits
class-attribute
instance-attribute
WriteCapacityUnits = None