Values.CheckDetailSourceAccount details for a Well-Architected best practice in relation to Trusted Advisor checks.
type nonrec t = {id : CheckId.t option;Trusted Advisor check ID.
*)name : CheckName.t option;Trusted Advisor check name.
*)description : CheckDescription.t option;Trusted Advisor check description.
*)provider : CheckProvider.t option;Provider of the check related to the best practice.
*)lensArn : LensArn.t option;Well-Architected Lens ARN associated to the check.
*)pillarId : PillarId.t option;questionId : QuestionId.t option;choiceId : ChoiceId.t option;status : CheckStatus.t option;Status associated to the check.
*)accountId : AwsAccountId.t option;flaggedResources : FlaggedResources.t option;Count of flagged resources associated to the check.
*)reason : CheckFailureReason.t option;Reason associated to the check.
*)updatedAt : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of FlaggedResources.t
| `String of CheckId.t
| `Timestamp of Timestamp.t ])
list ]