Values.ReplicationTaskIndividualAssessmentSourceProvides information that describes an individual assessment from a premigration assessment run.
type nonrec t = {replicationTaskIndividualAssessmentArn : String_.t option;Amazon Resource Name (ARN) of this individual assessment.
*)replicationTaskAssessmentRunArn : String_.t option;ARN of the premigration assessment run that is created to run this individual assessment.
*)individualAssessmentName : String_.t option;Name of this individual assessment.
*)status : String_.t option;Individual assessment status. This status can have one of the following values: "cancelled" "error" "failed" "passed" "pending" "skipped" "running"
*)replicationTaskIndividualAssessmentStartDate : TStamp.t option;Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.
*)}