Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DBClusterSnapshotMessage

import type { DBClusterSnapshotMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface DBClusterSnapshotMessage {
DBClusterSnapshots: DBClusterSnapshot[];
Marker?: string | null;
}

§Properties

§
DBClusterSnapshots: DBClusterSnapshot[]
[src]

Provides a list of DB cluster snapshots for the user.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous "DescribeDBClusterSnapshots" request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.