DescribeCachediSCSIVolumesOutput

A JSON object containing the following fields:

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
CachediSCSIVolumes object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-cachedi-scsi-volumes-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-describe-cachedi-scsi-volumes-output-schema.json",
  "title": "DescribeCachediSCSIVolumesOutput",
  "description": "A JSON object containing the following fields:",
  "type": "object",
  "properties": {
    "CachediSCSIVolumes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CachediSCSIVolumes"
        },
        {
          "description": "An array of objects where each object contains metadata about one cached volume."
        }
      ]
    }
  }
}