You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DocDB::Types::DeleteDBClusterSnapshotMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteDBClusterSnapshotMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  db_cluster_snapshot_identifier: "String", # required
}

Represents the input to DeleteDBClusterSnapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_snapshot_identifierString

The identifier of the cluster snapshot to delete.

Constraints: Must be the name of an existing cluster snapshot in the available state.

Returns:

  • (String)

    The identifier of the cluster snapshot to delete.