Values.EvaluationResultIdentifierSourceUniquely identifies an evaluation result.
type nonrec t = {evaluationResultQualifier : EvaluationResultQualifier.t option;Identifies an Config rule used to evaluate an Amazon Web Services resource, and provides the type and ID of the evaluated resource.
*)orderingTimestamp : Date.t option;The time of the event that triggered the evaluation of your Amazon Web Services resources. The time can indicate when Config delivered a configuration item change notification, or it can indicate when Config delivered the configuration snapshot, depending on which event triggered the evaluation.
*)resourceEvaluationId : ResourceEvaluationId.t option;A Unique ID for an evaluation result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceEvaluationId.t
| `Structure of
(string * [> `Enum of string | `String of ConfigRuleName.t ]) list
| `Timestamp of Date.t ])
list ]