Amazon Connect · Schema

ListInstancesResponse

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Properties

Name Type Description
InstanceSummaryList array
NextToken string If there are additional results, this is the token for the next set.
View JSON Schema on GitHub

JSON Schema

amazon-connect-listinstancesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListInstancesResponse",
  "title": "ListInstancesResponse",
  "type": "object",
  "properties": {
    "InstanceSummaryList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InstanceSummary"
      }
    },
    "NextToken": {
      "type": "string",
      "description": "If there are additional results, this is the token for the next set."
    }
  }
}