class Aws::Redshift::Types::ModifyClusterSnapshotMessage
@note When making an API call, you may pass ModifyClusterSnapshotMessage
data as a hash: { snapshot_identifier: "String", # required manual_snapshot_retention_period: 1, force: false, }
@!attribute [rw] snapshot_identifier
The identifier of the snapshot whose setting you want to modify. @return [String]
@!attribute [rw] manual_snapshot_retention_period
The number of days that a manual snapshot is retained. If the value is -1, the manual snapshot is retained indefinitely. If the manual snapshot falls outside of the new retention period, you can specify the force option to immediately delete the snapshot. The value must be either -1 or an integer between 1 and 3,653. @return [Integer]
@!attribute [rw] force
A Boolean option to override an exception if the retention period has already passed. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterSnapshotMessage AWS API Documentation
Constants
- SENSITIVE