Values.DescribeInsightRulesInputSourceReturns a list of all the Contributor Insights rules in your account. For more information about Contributor Insights, see Using Contributor Insights to Analyze High-Cardinality Data.
type nonrec t = {nextToken : NextToken.t option;Include this value, if it was returned by the previous operation, to get the next set of rules.
*)maxResults : InsightRuleMaxResults.t option;The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of InsightRuleMaxResults.t | `String of NextToken.t ])
list ]