Values_2.RuleSummarySourceA list of ActionTypes associated with a rule.
type nonrec t = {name : Values_0.RuleName.t option;The name of the rule.
*)ruleId : Values_0.RuleId.t option;A unique identifier for the rule.
*)ruleArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the rule.
*)eventSourceName : Values_0.EventSourceName.t option;The name of the event source.
*)publishStatus : Values_0.RulePublishStatus.t option;The publish status of the rule.
*)actionSummaries : Values_0.ActionSummaries.t option;A list of ActionTypes associated with a rule.
*)createdTime : Values_0.Timestamp.t option;The timestamp for when the rule was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The timestamp for when the rule was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of Values_0.RuleName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]