Values.IndexingRuleSourceRule used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray.
type nonrec t = {name : RuleName.t option;The name of the indexing rule.
*)modifiedAt : Timestamp.t option;Displays when the rule was last modified, in Unix time seconds.
*)rule : IndexingRuleValue.t option;The indexing rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RuleName.t
| `Structure of
(string
* [> `Structure of
(string * [> `Double of NullableDouble.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]