Amazon S3 API · Schema

ListBucketInventoryConfigurationsOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
ContinuationToken object
InventoryConfigurationList object
IsTruncated object
NextContinuationToken object
View JSON Schema on GitHub

JSON Schema

s3-listbucketinventoryconfigurationsoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListBucketInventoryConfigurationsOutput",
  "type": "object",
  "properties": {
    "ContinuationToken": {},
    "InventoryConfigurationList": {},
    "IsTruncated": {},
    "NextContinuationToken": {}
  }
}