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

CreateRuleGroupResponse

import type { CreateRuleGroupResponse } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
interface CreateRuleGroupResponse {
Summary?: RuleGroupSummary | null;
}

§Properties

§
Summary?: RuleGroupSummary | null
[src]

High-level information about a "RuleGroup", returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a RuleGroup, and the ARN, that you provide to the "RuleGroupReferenceStatement" to use the rule group in a "Rule".