class Aws::Redshift::Types::BatchDeleteClusterSnapshotsRequest

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

data as a hash:

    {
      identifiers: [ # required
        {
          snapshot_identifier: "String", # required
          snapshot_cluster_identifier: "String",
        },
      ],
    }

@!attribute [rw] identifiers

A list of identifiers for the snapshots that you want to delete.
@return [Array<Types::DeleteClusterSnapshotMessage>]

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

Constants

SENSITIVE