Amazon Neptune · JSON Structure

Management Describe Db Cluster Snapshots Response Structure

DescribeDBClusterSnapshotsResponse schema from Neptune

Type: object Properties: 2
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

DBClusterSnapshots Marker

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

JSON Structure

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