Amazon Neptune · Schema

DescribeDBSubnetGroupsResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

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

JSON Schema

amazon-neptune-describedbsubnetgroupsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeDBSubnetGroupsResponse",
  "title": "DescribeDBSubnetGroupsResponse",
  "type": "object",
  "properties": {
    "DBSubnetGroups": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DBSubnetGroup"
      }
    },
    "Marker": {
      "type": "string"
    }
  }
}