Amazon S3 · Schema

ListNamespacesResponse

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
namespaces array
continuationToken string
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-list-namespaces-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListNamespacesResponse",
  "type": "object",
  "properties": {
    "namespaces": {
      "type": "array"
    },
    "continuationToken": {
      "type": "string"
    }
  }
}