Module Values.AwsEc2LaunchTemplateDataInstanceRequirementsTotalLocalStorageGBDetailsSource

The minimum and maximum amount of total local storage, in GB, that an Amazon EC2 instance uses.

Sourcetype nonrec t = {
  1. max : Double.t option;
    (*

    The maximum amount of total local storage, in GB.

    *)
  2. min : Double.t option;
    (*

    The minimum amount of total local storage, in GB.

    *)
}
Sourceval make : ?max:??? -> ?min:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Double.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t