RateBasedRuleCopyimport type { RateBasedRule } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/waf.ts";interface RateBasedRule {MatchPredicates: Predicate[];MetricName?: string | null;Name?: string | null;RateKey: RateKey;RateLimit: number;RuleId: string;}§Properties§MatchPredicates: Predicate[][src]§MetricName?: string | null[src]§Name?: string | null[src]§RateKey: RateKey[src]§RateLimit: number[src]§RuleId: string[src]