Amazon WorkMail · JSON Structure

Workmail List Resources Response Structure

ListResourcesResponse schema from Amazon WorkMail API

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

ListResourcesResponse 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

Resources NextToken

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Resources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Resources"
        },
        {
          "description": "One page of the organization's resource representation."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": " The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ListResourcesResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-resources-response-structure.json",
  "description": "ListResourcesResponse schema from Amazon WorkMail API"
}