QuotaContextInfo

A structure that describes the context for a service quota. The context identifies what the quota applies to.

Types

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

Properties

Link copied to clipboard

Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.

Link copied to clipboard

Specifies whether the quota applies to an Amazon Web Services account, or to a resource.

Link copied to clipboard

When the ContextScope is RESOURCE, then this specifies the resource type of the specified resource.

Functions

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