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

CreateComputerResult

import type { CreateComputerResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains the results for the "CreateComputer" operation.

interface CreateComputerResult {
Computer?: Computer | null;
}

§Properties

§
Computer?: Computer | null
[src]

A "Computer" object that represents the computer account.