AccountQuota

Describes a quota for an Amazon Web Services account, for example the number of replication instances allowed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the DMS quota for this Amazon Web Services account.

Link copied to clipboard
val max: Long

The maximum allowed value for the quota.

Link copied to clipboard
val used: Long

The amount currently used toward the quota maximum.

Functions

Link copied to clipboard
inline fun copy(block: AccountQuota.Builder.() -> Unit = {}): AccountQuota
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String