Values.RulesetItemSourceContains metadata about the ruleset.
type nonrec t = {accountId : AccountId.t option;The ID of the Amazon Web Services account that owns the ruleset.
*)createdBy : CreatedBy.t option;The Amazon Resource Name (ARN) of the user who created the ruleset.
*)createDate : Date.t option;The date and time that the ruleset was created.
*)description : RulesetDescription.t option;The description of the ruleset.
*)lastModifiedBy : LastModifiedBy.t option;The Amazon Resource Name (ARN) of the user who last modified the ruleset.
*)lastModifiedDate : Date.t option;The modification date and time of the ruleset.
*)name : RulesetName.t option;The name of the ruleset.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) for the ruleset.
*)ruleCount : RuleCount.t option;The number of rules that are defined in the ruleset.
*)targetArn : Arn.t option;The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RuleCount.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AccountId.t
| `Timestamp of Date.t ])
list ]