class Aws::CloudHSMV2::Types::BackupRetentionPolicy

A policy that defines the number of days to retain backups.

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

data as a hash:

    {
      type: "DAYS", # accepts DAYS
      value: "BackupRetentionValue",
    }

@!attribute [rw] type

The type of backup retention policy. For the `DAYS` type, the value
is the number of days to retain backups.
@return [String]

@!attribute [rw] value

Use a value between 7 - 379.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/BackupRetentionPolicy AWS API Documentation

Constants

SENSITIVE