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

DescribeDomainControllersResult

import type { DescribeDomainControllersResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeDomainControllersResult {
DomainControllers?: DomainController[] | null;
NextToken?: string | null;
}

§Properties

§
DomainControllers?: DomainController[] | null
[src]

List of the "DomainController" objects that were retrieved.

§
NextToken?: string | null
[src]

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to "DescribeDomainControllers" retrieve the next set of items.