Amazon WorkMail · JSON Structure

Workmail List Mailbox Export Jobs Response Structure

ListMailboxExportJobsResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

ListMailboxExportJobsResponse is a JSON Structure definition published by Amazon WorkMail, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Jobs NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ListMailboxExportJobsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-mailbox-export-jobs-response-structure.json",
  "description": "ListMailboxExportJobsResponse schema from Amazon WorkMail API"
}