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

CreateTrustResult

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

The result of a CreateTrust request.

interface CreateTrustResult {
TrustId?: string | null;
}

§Properties

§
TrustId?: string | null
[src]

A unique identifier for the trust relationship that was created.