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/guardduty.ts?docs=full";
interface GetIPSetRequest {
DetectorId: string;
IpSetId: string;
}

§Properties

§
DetectorId: string
[src]

The unique ID of the detector that the IPSet is associated with.

§
IpSetId: string
[src]

The unique ID of the IPSet to retrieve.