Class: Aws::Types::AwsBackupBackupPlanLifecycleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupBackupPlanLifecycleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_after_days ⇒ ::Integer
Returns the value of attribute delete_after_days.
-
#move_to_cold_storage_after_days ⇒ ::Integer
Returns the value of attribute move_to_cold_storage_after_days.
Instance Attribute Details
#delete_after_days ⇒ ::Integer
Returns the value of attribute delete_after_days.
712 713 714 |
# File 'sig/types.rbs', line 712 def delete_after_days @delete_after_days end |
#move_to_cold_storage_after_days ⇒ ::Integer
Returns the value of attribute move_to_cold_storage_after_days.
713 714 715 |
# File 'sig/types.rbs', line 713 def move_to_cold_storage_after_days @move_to_cold_storage_after_days end |