{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-get-enrollment-statuses-for-organization-response-schema.json", "title": "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.
" } ] } } }