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

GetGeoMatchSetRequest

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

§Properties

§
GeoMatchSetId: string
[src]

The GeoMatchSetId of the "GeoMatchSet" that you want to get. GeoMatchSetId is returned by "CreateGeoMatchSet" and by "ListGeoMatchSets".