class Aws::Redshift::Types::BatchModifyClusterSnapshotsMessage

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

data as a hash:

    {
      snapshot_identifier_list: ["String"], # required
      manual_snapshot_retention_period: 1,
      force: false,
    }

@!attribute [rw] snapshot_identifier_list

A list of snapshot identifiers you want to modify.
@return [Array<String>]

@!attribute [rw] manual_snapshot_retention_period

The number of days that a manual snapshot is retained. If you
specify the value -1, the manual snapshot is retained indefinitely.

The number must be either -1 or an integer between 1 and 3,653.

If you decrease the manual snapshot retention period from its
current value, existing manual snapshots that fall outside of the
new retention period will return an error. If you want to suppress
the errors and delete the snapshots, use the force option.
@return [Integer]

@!attribute [rw] force

A boolean value indicating whether to override an exception if the
retention period has passed.
@return [Boolean]

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

Constants

SENSITIVE