Values.ScannedResourceSourceContains information about a resource that was scanned as part of the malware scan operation.
type nonrec t = {scannedResourceArn : NonEmptyString.t option;Amazon Resource Name (ARN) of the scanned resource.
*)scannedResourceType : MalwareProtectionResourceType.t option;The resource type of the scanned resource.
*)scannedResourceStatus : MalwareProtectionScanStatus.t option;The status of the scanned resource.
*)scanStatusReason : ScanStatusReason.t option;The reason for the scan status of this particular resource, if applicable.
*)resourceDetails : ScannedResourceDetails.t option;Information about the scanned resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ])
list ])
list ])
list ]