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

DBSnapshotAttributesResult

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

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.

Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

interface DBSnapshotAttributesResult {
DBSnapshotAttributes: DBSnapshotAttribute[];
DBSnapshotIdentifier?: string | null;
}

§Properties

§
DBSnapshotAttributes: DBSnapshotAttribute[]
[src]

The list of attributes and values for the manual DB snapshot.

§
DBSnapshotIdentifier?: string | null
[src]

The identifier of the manual DB snapshot that the attributes apply to.