class Aws::MemoryDB::Types::DeleteClusterRequest

@note When making an API call, you may pass DeleteClusterRequest

data as a hash:

    {
      cluster_name: "String", # required
      final_snapshot_name: "String",
    }

@!attribute [rw] cluster_name

The name of the cluster to be deleted
@return [String]

@!attribute [rw] final_snapshot_name

The user-supplied name of a final cluster snapshot. This is the
unique name that identifies the snapshot. MemoryDB creates the
snapshot, and then deletes the cluster immediately afterward.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/DeleteClusterRequest AWS API Documentation

Constants

SENSITIVE