GlobalSecondaryIndexUpdate

@JsonSerializable
data class GlobalSecondaryIndexUpdate(val IndexName: IndexName? = null, val ProvisionedThroughput: ProvisionedThroughput? = null)

Constructors

Link copied to clipboard
constructor(IndexName: IndexName? = null, ProvisionedThroughput: ProvisionedThroughput? = null)

Properties

Link copied to clipboard
val IndexName: IndexName? = null
Link copied to clipboard