GetEnrollmentStatusesForOrganizationResponse

GetEnrollmentStatusesForOrganizationResponse schema

Cost OptimizationFinOpsMachine LearningResource Recommendations

Properties

Name Type Description
accountEnrollmentStatuses object
nextToken object
View JSON Schema on GitHub

JSON Schema

compute-optimizer-get-enrollment-statuses-for-organization-response-schema.json Raw ↑
{
  "$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": "<p>The token to use to advance to the next page of account enrollment statuses.</p> <p>This value is null when there are no more pages of account enrollment statuses to return.</p>"
        }
      ]
    }
  }
}