Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteRuleGroupResponse

import type { DeleteRuleGroupResponse } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";
interface DeleteRuleGroupResponse {
RuleGroupResponse: RuleGroupResponse;
}

§Properties

§
RuleGroupResponse: RuleGroupResponse
[src]

The high-level properties of a rule group. This, along with the "RuleGroup", define the rule group. You can retrieve all objects for a rule group by calling "DescribeRuleGroup".