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

DeleteTrustResult

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

The result of a DeleteTrust request.

interface DeleteTrustResult {
TrustId?: string | null;
}

§Properties

§
TrustId?: string | null
[src]

The Trust ID of the trust relationship that was deleted.