Amazon S3 · Schema

ListAllMyBucketsResult

Container for the result of the ListBuckets operation.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Buckets object
View JSON Schema on GitHub

JSON Schema

amazon-s3-rest-list-all-my-buckets-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListAllMyBucketsResult",
  "type": "object",
  "description": "Container for the result of the ListBuckets operation.",
  "properties": {
    "Buckets": {
      "type": "object"
    }
  }
}