Values.ItemDetailsSourceContains detailed information about where a threat was detected.
type nonrec t = {resourceArn : NonEmptyString.t option;Amazon Resource Name (ARN) of the resource where the threat was detected.
*)itemPath : NonEmptyString.t option;The path where the threat was detected.
*)hash : String_.t option;The hash value of the infected item.
*)additionalInfo : AdditionalInfo.t option;Additional information about the detected threat item.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]