Values.S3ObjectDetailSourceInformation about the S3 object that was scanned
type nonrec t = {objectArn : String_.t option;Amazon Resource Name (ARN) of the S3 object.
*)key : String_.t option;Key of the S3 object.
*)eTag : String_.t option;The entity tag is a hash of the S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
*)hash : String_.t option;Hash of the threat detected in this finding.
*)versionId : String_.t option;Version ID of the object.
*)}