class Aws::Redshift::Types::DeleteClusterSnapshotMessage

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

data as a hash:

    {
      snapshot_identifier: "String", # required
      snapshot_cluster_identifier: "String",
    }

@!attribute [rw] snapshot_identifier

The unique identifier of the manual snapshot to be deleted.

Constraints: Must be the name of an existing snapshot that is in the
`available`, `failed`, or `cancelled` state.
@return [String]

@!attribute [rw] snapshot_cluster_identifier

The unique identifier of the cluster the snapshot was created from.
This parameter is required if your IAM user has a policy containing
a snapshot resource element that specifies anything other than *
for the cluster name.

Constraints: Must be the name of valid cluster.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteClusterSnapshotMessage AWS API Documentation

Constants

SENSITIVE