Class: Aws::FSx::Types::DeleteBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteBackupResponse
- Defined in:
- gems/aws-sdk-fsx/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.
4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4429 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.
4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4429 class DeleteBackupResponse < Struct.new( :backup_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |