Values.ManagedRuleDescriptionSourceContains information about managed Contributor Insights rules, as returned by ListManagedInsightRules.
type nonrec t = {templateName : TemplateName.t option;The template name for the managed rule. Used to enable managed rules using PutManagedInsightRules.
*)resourceARN : AmazonResourceName.t option;If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.
*)ruleState : ManagedRuleState.t option;Describes the state of a managed rule. If present, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TemplateName.t
| `Structure of (string * [> `String of InsightRuleName.t ]) list ])
list ]