Values.RecommendationRelatedEventResourceSourceInformation about an Amazon Web Services resource that emitted and event that is related to a recommendation in an insight.
type nonrec t = {name : RecommendationRelatedEventResourceName.t option;The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.
*)type_ : RecommendationRelatedEventResourceType.t option;The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RecommendationRelatedEventResourceName.t ]) list ]