Values.FirewallRuleGroupMetadataSourceMinimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects. To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.
type nonrec t = {id : ResourceId.t option;The ID of the rule group.
*)arn : Arn.t option;The ARN (Amazon Resource Name) of the rule group.
*)name : Name.t option;The name of the rule group.
*)ownerId : AccountId.t option;The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
*)creatorRequestId : CreatorRequestId.t option;A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]