Values.EbsVolumeScanDetailsSourceContains details from the malware scan that created a finding.
type nonrec t = {scanId : String_.t option;Unique Id of the malware scan that generated the finding.
*)scanStartedAt : Timestamp.t option;Returns the start date and time of the malware scan.
*)scanCompletedAt : Timestamp.t option;Returns the completion date and time of the malware scan.
*)triggerFindingId : String_.t option;GuardDuty finding ID that triggered a malware scan.
*)sources : Sources.t option;Contains list of threat intelligence sources used to detect threats.
*)scanDetections : ScanDetections.t option;Contains a complete view providing malware scan result details.
*)scanType : ScanType.t option;Specifies the scan type that invoked the malware scan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]