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.
502 503 504 505 506 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 502 class DeleteBackupResponse < Struct.new( :backup) SENSITIVE = [] include Aws::Structure end |