Values.EnabledControlSummarySourceReturns a summary of information about an enabled control.
type nonrec t = {arn : Arn.t option;The ARN of the enabled control.
*)controlIdentifier : ControlIdentifier.t option;The controlIdentifier of the enabled control.
*)targetIdentifier : TargetIdentifier.t option;The ARN of the organizational unit.
*)statusSummary : EnablementStatusSummary.t option;A short description of the status of the enabled control.
*)driftStatusSummary : DriftStatusSummary.t option;The drift status of the enabled control.
*)parentIdentifier : ParentIdentifier.t option;The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `String of OperationIdentifier.t
| `Structure of
(string
* [> `Structure of (string * [> `Enum of string ]) list ])
list ])
list ])
list ]