Amazon WorkMail · Schema

ListMailboxExportJobsResponse

ListMailboxExportJobsResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
Jobs object
NextToken object
View JSON Schema on GitHub

JSON Schema

workmail-list-mailbox-export-jobs-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Jobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Jobs"
        },
        {
          "description": "The mailbox export job details."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListMailboxExportJobsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mailbox-export-jobs-response-schema.json",
  "description": "ListMailboxExportJobsResponse schema from Amazon WorkMail API"
}