Amazon EBS · Schema

DescribeVolumesResult

DescribeVolumesResult schema from Amazon EBS Amazon Elastic Block Store (EBS) API

Amazon Web ServicesBlock StorageEBSEC2SnapshotsStorageVolumes

Properties

Name Type Description
volumeSet array
nextToken string
View JSON Schema on GitHub

JSON Schema

ebs-openapi-describe-volumes-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ebs/refs/heads/main/json-schema/ebs-openapi-describe-volumes-result-schema.json",
  "title": "DescribeVolumesResult",
  "description": "DescribeVolumesResult schema from Amazon EBS Amazon Elastic Block Store (EBS) API",
  "type": "object",
  "properties": {
    "volumeSet": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Volume"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}