Values.AutomationRulesMetadataV2SourceIncludes essential metadata information about automation rules.
type nonrec t = {ruleArn : NonEmptyString.t option;The ARN of the automation rule.
*)ruleId : NonEmptyString.t option;The ID of the automation rule.
*)ruleOrder : RuleOrderValueV2.t option;The value for the rule priority.
*)ruleName : NonEmptyString.t option;The name of the automation rule.
*)ruleStatus : RuleStatusV2.t option;The status of the automation rule.
*)description : NonEmptyString.t option;An explanation for the purpose and funcitonality of the automation rule.
*)actions : AutomationRulesActionTypeListV2.t option;The list of action to be performed when the rule criteria is met.
*)createdAt : Timestamp.t option;The timestamp for when the automation rule was created.
*)updatedAt : Timestamp.t option;The timestamp for the most recent modification to the automation rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of RuleOrderValueV2.t
| `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]