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

CreateIPSetResponse

import type { CreateIPSetResponse } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
interface CreateIPSetResponse {
Summary?: IPSetSummary | null;
}

§Properties

§
Summary?: IPSetSummary | null
[src]

High-level information about an "IPSet", returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage an IPSet, and the ARN, that you provide to the "IPSetReferenceStatement" to use the address set in a "Rule".