Class: Aws::CloudHSMV2::Types::DeleteBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::DeleteBackupResponse
- 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 deleted.
Instance Attribute Details
#backup ⇒ Types::Backup
Information on the ‘Backup` object deleted.
538 539 540 541 542 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 538 class DeleteBackupResponse < Struct.new( :backup) SENSITIVE = [] include Aws::Structure end |