Class: Aws::CloudHSMV2::Types::RestoreBackupRequest

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

Returns:

  • (String)


921
922
923
924
925
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 921

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