Values_0.InstanceGroupScalingMetadataSourceMetadata information about scaling operations for an instance group.
type nonrec t = {instanceCount : InstanceCount.t option;The current number of instances in the group.
*)targetCount : TargetCount.t option;The desired number of instances for the group after scaling.
*)minCount : InstanceCount.t option;Minimum instance count of the instance group.
*)failureMessage : String_.t option;An error message describing why the scaling operation failed, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of InstanceCount.t | `String of String_.t ]) list ]