DescribeVTLDevicesOutput

DescribeVTLDevicesOutput

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
GatewayARN object
VTLDevices object
Marker object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-describe-vtl-devices-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-vtl-devices-output-schema.json",
  "title": "DescribeVTLDevicesOutput",
  "description": "DescribeVTLDevicesOutput",
  "type": "object",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "VTLDevices": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VTLDevices"
        },
        {
          "description": "An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices."
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response."
        }
      ]
    }
  }
}