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

GetRegexMatchSetResponse

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

§Properties

§
RegexMatchSet?: RegexMatchSet | null
[src]

Information about the "RegexMatchSet" that you specified in the GetRegexMatchSet request. For more information, see "RegexMatchTuple".