Amazon S3 · Schema

ListTablesResponse

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

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

JSON Schema

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