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

DescribeDBClusterSnapshotAttributesMessage

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

Represents the input to "DescribeDBClusterSnapshotAttributes".

interface DescribeDBClusterSnapshotAttributesMessage {
DBClusterSnapshotIdentifier: string;
}

§Properties

§
DBClusterSnapshotIdentifier: string
[src]

The identifier for the cluster snapshot to describe the attributes for.