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

DescribeNodeRequest

import type { DescribeNodeRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribeNodeRequest {
NodeId: string;
OwnerAccount?: string | null;
}

§Properties

§
NodeId: string
[src]

The node's ID.

§
OwnerAccount?: string | null
[src]

The account ID of the node's owner.