Properties
| Name | Type | Description |
|---|---|---|
| IsTruncated | object | |
| Contents | object | |
| Name | object | |
| Prefix | object | |
| Delimiter | object | |
| MaxKeys | object | |
| CommonPrefixes | object | |
| EncodingType | object | |
| KeyCount | object | |
| ContinuationToken | object | |
| NextContinuationToken | object | |
| StartAfter | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ListObjectsV2Output",
"type": "object",
"properties": {
"IsTruncated": {},
"Contents": {},
"Name": {},
"Prefix": {},
"Delimiter": {},
"MaxKeys": {},
"CommonPrefixes": {},
"EncodingType": {},
"KeyCount": {},
"ContinuationToken": {},
"NextContinuationToken": {},
"StartAfter": {}
}
}