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

RemotePortDetails

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

Contains information about the remote port.

interface RemotePortDetails {
Port?: number | null;
PortName?: string | null;
}

§Properties

§
Port?: number | null
[src]

The port number of the remote connection.

§
PortName?: string | null
[src]

The port name of the remote connection.