You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::DeleteBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteBackupResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#backup_id ⇒ String
The ID of the backup deleted.
-
#lifecycle ⇒ String
The lifecycle of the backup.
Instance Attribute Details
#backup_id ⇒ String
The ID of the backup deleted.
#lifecycle ⇒ String
The lifecycle of the backup. Should be DELETED
.
Possible values:
- AVAILABLE
- CREATING
- TRANSFERRING
- DELETED
- FAILED