Class: Aws::CloudHSMV2::Types::DeleteBackupRequest

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 ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.

Returns:

  • (String)


462
463
464
465
466
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 462

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