Values.WorkloadSummarySourceA workload summary return object.
type nonrec t = {workloadId : WorkloadId.t option;workloadArn : WorkloadArn.t option;workloadName : WorkloadName.t option;owner : AwsAccountId.t option;updatedAt : Timestamp.t option;lenses : WorkloadLenses.t option;riskCounts : RiskCounts.t option;improvementStatus : WorkloadImprovementStatus.t option;profiles : WorkloadProfiles.t option;Profile associated with a workload.
*)prioritizedRiskCounts : RiskCounts.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of LensAlias.t
| `Structure of (string * [> `String of ProfileArn.t ]) list ]
list
| `Map of ([> `Enum of string ] * [> `Integer of Count.t ]) list
| `String of WorkloadId.t
| `Timestamp of Timestamp.t ])
list ]