Values.TotalLocalStorageGBRequestSourceSpecifies the minimum and maximum for the TotalLocalStorageGB object when you specify InstanceRequirements for an Auto Scaling group.
type nonrec t = {min : NullablePositiveDouble.t option;The storage minimum in GB.
*)max : NullablePositiveDouble.t option;The storage maximum in GB.
*)}val to_value :
t ->
[> `Structure of (string * [> `Double of NullablePositiveDouble.t ]) list ]