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

GetRuleRequest

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

§Properties

§
RuleId: string
[src]

The RuleId of the "Rule" that you want to get. RuleId is returned by "CreateRule" and by "ListRules".