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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


859
860
861
862
863
864
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 859

class ModifyBackupAttributesRequest < Struct.new(
  :backup_id,
  :never_expires)
  SENSITIVE = []
  include Aws::Structure
end

#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)


859
860
861
862
863
864
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 859

class ModifyBackupAttributesRequest < Struct.new(
  :backup_id,
  :never_expires)
  SENSITIVE = []
  include Aws::Structure
end