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

AgentNetworkInfo

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

Network details about the host where the agent/connector resides.

interface AgentNetworkInfo {
ipAddress?: string | null;
macAddress?: string | null;
}

§Properties

§
ipAddress?: string | null
[src]

The IP address for the host where the agent/connector resides.

§
macAddress?: string | null
[src]

The MAC address for the host where the agent/connector resides.