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

Class: Aws::Redshift::Types::DeleteClusterSnapshotMessage

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_cluster_identifierString

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.

Returns:

  • (String)

    The unique identifier of the cluster the snapshot was created from.

#snapshot_identifierString

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.

Returns:

  • (String)

    The unique identifier of the manual snapshot to be deleted.