Amazon Neptune · Schema

DescribeDBClusterSnapshotsResponse

DescribeDBClusterSnapshotsResponse schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
DBClusterSnapshots array
Marker string
View JSON Schema on GitHub

JSON Schema

management-describe-db-cluster-snapshots-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/management-describe-db-cluster-snapshots-response-schema.json",
  "title": "DescribeDBClusterSnapshotsResponse",
  "description": "DescribeDBClusterSnapshotsResponse schema from Neptune",
  "type": "object",
  "properties": {
    "DBClusterSnapshots": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DBClusterSnapshot"
      }
    },
    "Marker": {
      "type": "string"
    }
  }
}