Values.LifeCycleLastLaunchInitiatedSourceAn object containing information regarding the initiation of the last launch of a Source Server.
type nonrec t = {apiCallDateTime : ISO8601DatetimeString.t option;The date and time the last Source Server launch was initiated.
*)jobID : JobID.t option;The ID of the Job that was used to last launch the Source Server.
*)type_ : LastLaunchType.t option;The Job type that was used to last launch the Source Server.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ISO8601DatetimeString.t ])
list ]