Values.InstanceCollectionSourceContains details about a collection of instances launched in the Auto Scaling group.
type nonrec t = {instanceType : XmlStringMaxLen255.t option;The instance type of the launched instances.
*)marketType : XmlStringMaxLen64.t option;The market type for the instances (On-Demand or Spot).
*)subnetId : XmlStringMaxLen255.t option;The ID of the subnet where the instances were launched.
*)availabilityZone : XmlStringMaxLen255.t option;The Availability Zone where the instances were launched.
*)availabilityZoneId : XmlStringMaxLen255.t option;The Availability Zone ID where the instances in this collection were launched.
*)instanceIds : InstanceIds.t option;A list of instance IDs for the successfully launched instances.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of XmlStringMaxLen19.t ] list
| `String of XmlStringMaxLen255.t ])
list ]