Amazon S3 · JSON Structure

Amazon S3 Tables List Table Buckets Response Structure

Type: object Properties: 2
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

ListTableBucketsResponse is a JSON Structure definition published by Amazon S3, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

tableBuckets continuationToken

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ListTableBucketsResponse",
  "type": "object",
  "properties": {
    "tableBuckets": {
      "type": "array"
    },
    "continuationToken": {
      "type": "string"
    }
  }
}