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

GetSolNetworkOperationMetadata

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

Metadata related to a network operation occurence.

A network operation is any operation that is done to your network, such as network instance instantiation or termination.

interface GetSolNetworkOperationMetadata {
createdAt: Date | number;
lastModified: Date | number;
}

§Properties

§
createdAt: Date | number
[src]

The date that the resource was created.

§
lastModified: Date | number
[src]

The date that the resource was last modified.