{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-structure/compute-optimizer-get-enrollment-statuses-for-organization-response-structure.json", "name": "GetEnrollmentStatusesForOrganizationResponse", "description": "GetEnrollmentStatusesForOrganizationResponse schema", "type": "object", "properties": { "accountEnrollmentStatuses": { "allOf": [ { "$ref": "#/components/schemas/AccountEnrollmentStatuses" }, { "description": "An array of objects that describe the enrollment statuses of organization member accounts." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "

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.

" } ] } } }