Values.MemoryMiBRequestSourceSpecifies the minimum and maximum for the MemoryMiB object when you specify InstanceRequirements for an Auto Scaling group.
type nonrec t = {min : NullablePositiveInteger.t;The memory minimum in MiB.
*)max : NullablePositiveInteger.t option;The memory maximum in MiB.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of NullablePositiveInteger.t ]) list ]