Class: Aws::CloudHSMV2::Types::RestoreBackupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::RestoreBackupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup to be restored.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
1069 1070 1071 1072 1073 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1069 class RestoreBackupRequest < Struct.new( :backup_id) SENSITIVE = [] include Aws::Structure end |