Limit

class Limit

Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.

For more information, see the following:

Types

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

Properties

Link copied to clipboard
val max: String?

The maximum value of the limit.

Link copied to clipboard
val name: String?

The name of the limit. The possible values are:

Functions

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