ProvisionedThroughputResponse

@JsonSerializable
data class ProvisionedThroughputResponse(val LastDecreaseDateTime: Timestamp? = null, val LastIncreaseDateTime: Timestamp? = null, val NumberOfDecreasesToday: Long? = null, val ReadCapacityUnits: Long? = null, val WriteCapacityUnits: Long? = null)

Constructors

Link copied to clipboard
constructor(LastDecreaseDateTime: Timestamp? = null, LastIncreaseDateTime: Timestamp? = null, NumberOfDecreasesToday: Long? = null, ReadCapacityUnits: Long? = null, WriteCapacityUnits: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val ReadCapacityUnits: Long? = null
Link copied to clipboard