Values.AssessmentReportSourceA finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.
type nonrec t = {id : UUID.t option;The unique identifier for the assessment report.
*)name : AssessmentReportName.t option;The name that's given to the assessment report.
*)description : AssessmentReportDescription.t option;The description of the specified assessment report.
*)awsAccountId : AccountId.t option;The identifier for the specified Amazon Web Services account.
*)assessmentId : UUID.t option;The identifier for the specified assessment.
*)assessmentName : AssessmentName.t option;The name of the associated assessment.
*)status : AssessmentReportStatus.t option;The current status of the specified assessment report.
*)creationTime : Timestamp.t option;Specifies when the assessment report was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of UUID.t | `Timestamp of Timestamp.t ])
list ]