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

GetEnrollmentStatusesForOrganizationResponse

import type { GetEnrollmentStatusesForOrganizationResponse } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface GetEnrollmentStatusesForOrganizationResponse {
accountEnrollmentStatuses?: AccountEnrollmentStatus[] | null;
nextToken?: string | null;
}

§Properties

§
accountEnrollmentStatuses?: AccountEnrollmentStatus[] | null
[src]

An array of objects that describe the enrollment statuses of organization member accounts.

§
nextToken?: string | null
[src]

The token to use to advance to the next page of account enrollment statuses.

This value is null when there are no more pages of account enrollment statuses to return.