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

AwsEc2NetworkInterfacePrivateIpAddressDetail

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

Provides information about a private IPv4 address that is with the network interface.

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

§Properties

§
PrivateDnsName?: string | null
[src]

The private DNS name for the IP address.

§
PrivateIpAddress?: string | null
[src]

The IP address.