GlobalSecondaryIndexWarmThroughputDescription¶
Structure Class¶
GlobalSecondaryIndexWarmThroughputDescription
dataclass
¶
The description of the warm throughput value on a global secondary index.
Attributes¶
read_units_per_second
class-attribute
instance-attribute
¶
read_units_per_second: int | None = None
Represents warm throughput read units per second value for a global secondary index.
status
class-attribute
instance-attribute
¶
status: IndexStatus | None = None
Represents the warm throughput status being created or updated on a
global secondary index. The status can only be UPDATING or ACTIVE.