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

GetRuleResponse

import type { GetRuleResponse } from "https://aws-api.deno.dev/v0.4/services/waf.ts?docs=full";
interface GetRuleResponse {
Rule?: Rule | null;
}

§Properties

§
Rule?: Rule | null
[src]

Information about the "Rule" that you specified in the GetRule request. For more information, see the following topics:

  • "Rule": Contains MetricName, Name, an array of Predicate objects, and RuleId
  • "Predicate": Each Predicate object contains DataId, Negated, and Type