Values.RuleGroupsNamespaceSummarySourceThe high-level information about a rule groups namespace. To retrieve more information, use DescribeRuleGroupsNamespace.
type nonrec t = {arn : RuleGroupsNamespaceArn.t option;The ARN of the rule groups namespace.
*)name : RuleGroupsNamespaceName.t option;The name of the rule groups namespace.
*)status : RuleGroupsNamespaceStatus.t option;A structure that displays the current status of the rule groups namespace.
*)createdAt : Timestamp.t option;The date and time that the rule groups namespace was created.
*)modifiedAt : Timestamp.t option;The date and time that the rule groups namespace was most recently changed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RuleGroupsNamespaceArn.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]