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

GetRuleGroupRequest

import type { GetRuleGroupRequest } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetRuleGroupRequest {
RuleGroupId: string;
}

§Properties

§
RuleGroupId: string
[src]

The RuleGroupId of the "RuleGroup" that you want to get. RuleGroupId is returned by "CreateRuleGroup" and by "ListRuleGroups".