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

PortProbeDetail

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

Contains information about the port probe details.

interface PortProbeDetail {
LocalIpDetails?: LocalIpDetails | null;
LocalPortDetails?: LocalPortDetails | null;
RemoteIpDetails?: RemoteIpDetails | null;
}

§Properties

§
LocalIpDetails?: LocalIpDetails | null
[src]

The local IP information of the connection.

§
LocalPortDetails?: LocalPortDetails | null
[src]

The local port information of the connection.

§
RemoteIpDetails?: RemoteIpDetails | null
[src]

The remote IP information of the connection.