Class: Aws::FSx::Types::DeleteBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteBackupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The response object for the ‘DeleteBackup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup that was deleted.
-
#lifecycle ⇒ String
The lifecycle status of the backup.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup that was deleted.
4119 4120 4121 4122 4123 4124 |
# File 'lib/aws-sdk-fsx/types.rb', line 4119 class DeleteBackupResponse < Struct.new( :backup_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The lifecycle status of the backup. If the ‘DeleteBackup` operation is successful, the status is `DELETED`.
4119 4120 4121 4122 4123 4124 |
# File 'lib/aws-sdk-fsx/types.rb', line 4119 class DeleteBackupResponse < Struct.new( :backup_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |