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

GetIPSetResponse

import type { GetIPSetResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetIPSetResponse {
Format: IpSetFormat;
Location: string;
Name: string;
Status: IpSetStatus;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

The format of the file that contains the IPSet.

§
Location: string
[src]

The URI of the file that contains the IPSet.

§
Name: string
[src]

The user-friendly name for the IPSet.

§

The status of IPSet file that was uploaded.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags of the IPSet resource.