Amazon S3 API · Schema

GetObjectLegalHoldOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
LegalHold object
View JSON Schema on GitHub

JSON Schema

s3-getobjectlegalholdoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetObjectLegalHoldOutput",
  "type": "object",
  "properties": {
    "LegalHold": {}
  }
}