Values.LensReviewSummarySourceA lens review summary of a workload.
type nonrec t = {lensAlias : LensAlias.t option;lensArn : LensArn.t option;The ARN for the lens.
*)lensVersion : LensVersion.t option;The version of the lens.
*)lensName : LensName.t option;lensStatus : LensStatus.t option;The status of the lens.
*)updatedAt : Timestamp.t option;riskCounts : RiskCounts.t option;profiles : WorkloadProfiles.t option;The profiles associated with the workload.
*)prioritizedRiskCounts : RiskCounts.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of ProfileArn.t ]) list ]
list
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of LensAlias.t
| `Timestamp of Timestamp.t ])
list ]