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

GetDedicatedIpResponse

import type { GetDedicatedIpResponse } from "https://aws-api.deno.dev/v0.3/services/pinpointemail.ts?docs=full";

Information about a dedicated IP address.

interface GetDedicatedIpResponse {
DedicatedIp?: DedicatedIp | null;
}

§Properties

§
DedicatedIp?: DedicatedIp | null
[src]

An object that contains information about a dedicated IP address.