Values.Ec2ImageSourceContains information about the Amazon EC2 Image involved in a GuardDuty finding, including unique identifiers of the Amazon EC2 instances.
type nonrec t = {ec2InstanceUids : Ec2InstanceUids.t option;A list of unique identifiers for the compromised Amazon EC2 instances that were launched with the same Amazon Machine Image (AMI).
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Ec2InstanceUid.t ] list ]) list ]