MemoryMibRequest

Specifies the minimum and maximum for the MemoryMiB object when you specify InstanceRequirements for an Auto Scaling group.

Types

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

Properties

Link copied to clipboard
val max: Int?

The memory maximum in MiB.

Link copied to clipboard
val min: Int?

The memory minimum in MiB.

Functions

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