Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Describe Tapes Output Structure

DescribeTapesOutput

Type: object Properties: 2
BackupFile StorageGatewayHybrid CloudStorage

DescribeTapesOutput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Tapes Marker

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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": "<p>An opaque string that can be used as part of a subsequent <code>DescribeTapes</code> call to retrieve the next page of results.</p> <p>If a response does not contain a marker, then there are no more results to be retrieved.</p>"
        }
      ]
    }
  }
}