Class: Aws::Types::DeleteBackupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBackupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
646 647 648 |
# File 'sig/types.rbs', line 646 def backup_id @backup_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
647 648 649 |
# File 'sig/types.rbs', line 647 def lifecycle @lifecycle end |