Values.TriggerDetailsSourceRepresents the reason the scan was triggered.
type nonrec t = {guardDutyFindingId : NonEmptyString.t option;The ID of the GuardDuty finding that triggered the malware scan.
*)description : NonEmptyString.t option;The description of the scan trigger.
*)triggerType : TriggerType.t option;Specifies the trigger type that started the malware scan.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]