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

GetRateBasedRuleRequest

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

§Properties

§
RuleId: string
[src]

The RuleId of the "RateBasedRule" that you want to get. RuleId is returned by "CreateRateBasedRule" and by "ListRateBasedRules".