Class: Aws::CloudHSMV2::Types::RestoreBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::RestoreBackupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup ⇒ Types::Backup
Information on the ‘Backup` object created.
Instance Attribute Details
#backup ⇒ Types::Backup
Information on the ‘Backup` object created.
1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 1081 class RestoreBackupResponse < Struct.new( :backup) SENSITIVE = [] include Aws::Structure end |