Values.GetConfiguredTableAnalysisRuleInputSourceRetrieves a configured table analysis rule.
type nonrec t = {configuredTableIdentifier : ConfiguredTableIdentifier.t;The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
*)analysisRuleType : ConfiguredTableAnalysisRuleType.t;The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
*)}val make :
configuredTableIdentifier:ConfiguredTableIdentifier.t ->
analysisRuleType:ConfiguredTableAnalysisRuleType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConfiguredTableIdentifier.t ])
list ]