Values.RuleGroupsNamespaceDescriptionSourceThe details about one rule groups namespace.
type nonrec t = {arn : RuleGroupsNamespaceArn.t option;The ARN of the rule groups namespace. For example, arn:aws:aps:<region>:123456789012:rulegroupsnamespace/ws-example1-1234-abcd-5678-ef90abcd1234/rulesfile1.
*)name : RuleGroupsNamespaceName.t option;The name of the rule groups namespace.
*)status : RuleGroupsNamespaceStatus.t option;The current status of the rule groups namespace.
*)data : RuleGroupsNamespaceData.t option;The rule groups file used in the namespace. For details about the rule groups namespace structure, see RuleGroupsNamespaceData.
*)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
* [> `Blob of RuleGroupsNamespaceData.t
| `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 ]