AccountLimit

The current resource quotas associated with an Amazon Web Services account.

Types

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

Properties

Link copied to clipboard
val max: Long

The Amazon Web Services set limit for that resource type, in US dollars.

Link copied to clipboard

The name of the attribute to apply the account limit to.

Link copied to clipboard
val used: Long

The current amount that has been spent, in US dollars.

Functions

Link copied to clipboard
inline fun copy(block: AccountLimit.Builder.() -> Unit = {}): AccountLimit
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