{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-describe-tapes-output-structure.json", "name": "DescribeTapesOutput", "description": "DescribeTapesOutput", "properties": { "Tapes": { "allOf": [ { "$ref": "#/components/schemas/Tapes" }, { "description": "An array of virtual tape descriptions." } ] }, "Marker": { "allOf": [ { "$ref": "#/components/schemas/Marker" }, { "description": "
An opaque string that can be used as part of a subsequent DescribeTapes call to retrieve the next page of results.
If a response does not contain a marker, then there are no more results to be retrieved.
" } ] } } }