ListTapesOutput

A JSON object containing the following fields:

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
TapeInfos object
Marker object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-list-tapes-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-list-tapes-output-schema.json",
  "title": "ListTapesOutput",
  "description": "<p>A JSON object containing the following fields:</p> <ul> <li> <p> <a>ListTapesOutput$Marker</a> </p> </li> <li> <p> <a>ListTapesOutput$VolumeInfos</a> </p> </li> </ul>",
  "type": "object",
  "properties": {
    "TapeInfos": {
      "$ref": "#/components/schemas/TapeInfos"
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body."
        }
      ]
    }
  }
}