Ec2FleetMemoryMiBRequest

data class Ec2FleetMemoryMiBRequest(val max: Int? = null, val min: Int? = null)

Constructors

Link copied to clipboard
constructor(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.

Link copied to clipboard
val min: Int? = null

The minimum amount of memory, in MiB. To specify no minimum limit, specify 0 .