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

DBClusterSnapshotAttributesResult

import type { DBClusterSnapshotAttributesResult } from "https://aws-api.deno.dev/v0.3/services/docdb.ts?docs=full";

Detailed information about the attributes that are associated with a cluster snapshot.

interface DBClusterSnapshotAttributesResult {
DBClusterSnapshotAttributes: DBClusterSnapshotAttribute[];
DBClusterSnapshotIdentifier?: string | null;
}

§Properties

§
DBClusterSnapshotAttributes: DBClusterSnapshotAttribute[]
[src]

The list of attributes and values for the cluster snapshot.

§
DBClusterSnapshotIdentifier?: string | null
[src]

The identifier of the cluster snapshot that the attributes apply to.