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

PrivateIpAddressDetails

import type { PrivateIpAddressDetails } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";

Contains other private IP address information of the EC2 instance.

interface PrivateIpAddressDetails {
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
}

§Properties

§
PrivateDnsName?: string | null
[src]

The private DNS name of the EC2 instance.

§
PrivateIpAddress?: string | null
[src]

The private IP address of the EC2 instance.