Amazon S3 · Schema

ListTableBucketsResponse

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
tableBuckets array
continuationToken string A continuation token for paginating the list.
View JSON Schema on GitHub

JSON Schema

amazon-s3-tables-list-table-buckets-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTableBucketsResponse",
  "type": "object",
  "properties": {
    "tableBuckets": {
      "type": "array"
    },
    "continuationToken": {
      "type": "string",
      "description": "A continuation token for paginating the list."
    }
  }
}