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

DBClusterBacktrackMessage

import type { DBClusterBacktrackMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Contains the result of a successful invocation of the DescribeDBClusterBacktracks action.

interface DBClusterBacktrackMessage {
DBClusterBacktracks: DBClusterBacktrack[];
Marker?: string | null;
}

§Properties

§
DBClusterBacktracks: DBClusterBacktrack[]
[src]

Contains a list of backtracks for the user.

§
Marker?: string | null
[src]

A pagination token that can be used in a later DescribeDBClusterBacktracks request.