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

Class: Aws::CloudHSMV2::Types::ModifyBackupAttributesRequest

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

Overview

Note:

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

{
  backup_id: "BackupId", # required
  never_expires: false, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.

Returns:

  • (String)

    The identifier (ID) of the backup to modify.

#never_expiresBoolean

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.

Returns:

  • (Boolean)

    Specifies whether the service should exempt a backup from the retention policy for the cluster.