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

DescribeNodeResponse

import type { DescribeNodeResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribeNodeResponse {
AssetName?: string | null;
Category: NodeCategory;
CreatedTime: Date | number;
Description: string;
LastUpdatedTime: Date | number;
Name: string;
NodeId: string;
NodeInterface: NodeInterface;
OwnerAccount: string;
PackageArn?: string | null;
PackageId: string;
PackageName: string;
PackageVersion: string;
PatchVersion: string;
}

§Properties

§
AssetName?: string | null
[src]

The node's asset name.

§

The node's category.

§
CreatedTime: Date | number
[src]

When the node was created.

§
Description: string
[src]

The node's description.

§
LastUpdatedTime: Date | number
[src]

When the node was updated.

§
Name: string
[src]

The node's name.

§
NodeId: string
[src]

The node's ID.

§
NodeInterface: NodeInterface
[src]

The node's interface.

§
OwnerAccount: string
[src]

The account ID of the node's owner.

§
PackageArn?: string | null
[src]

The node's ARN.

§
PackageId: string
[src]

The node's package ID.

§
PackageName: string
[src]

The node's package name.

§
PackageVersion: string
[src]

The node's package version.

§
PatchVersion: string
[src]

The node's patch version.