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

GetIPSetRequest

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

§Properties

§
IPSetId: string
[src]

The IPSetId of the "IPSet" that you want to get. IPSetId is returned by "CreateIPSet" and by "ListIPSets".