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

ListOrganizationsResponse

import type { ListOrganizationsResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListOrganizationsResponse {
NextToken?: string | null;
OrganizationSummaries?: OrganizationSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

§
OrganizationSummaries?: OrganizationSummary[] | null
[src]

The overview of owned organizations presented as a list of organization summaries.