Values.ResourceEvaluationSourceReturns details of a resource evaluation.
type nonrec t = {resourceEvaluationId : ResourceEvaluationId.t option;The ResourceEvaluationId of a evaluation.
*)evaluationMode : EvaluationMode.t option;The mode of an evaluation. The valid values are Detective or Proactive.
*)evaluationStartTimestamp : Date.t option;The starting time of an execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceEvaluationId.t
| `Timestamp of Date.t ])
list ]