class Aws::CloudHSMV2::Types::ModifyBackupAttributesRequest
@note When making an API call, you may pass ModifyBackupAttributesRequest
data as a hash: { backup_id: "BackupId", # required never_expires: false, # required }
@!attribute [rw] backup_id
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation. @return [String]
@!attribute [rw] never_expires
Specifies whether the service should exempt a backup from the retention policy for the cluster. `True` exempts a backup from the retention policy. `False` means the service applies the backup retention policy defined at the cluster. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyBackupAttributesRequest AWS API Documentation
Constants
- SENSITIVE