Class: Aws::Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsBackupRecoveryPointCalculatedLifecycleDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_at ⇒ ::String
Returns the value of attribute delete_at.
-
#move_to_cold_storage_at ⇒ ::String
Returns the value of attribute move_to_cold_storage_at.
Instance Attribute Details
#delete_at ⇒ ::String
Returns the value of attribute delete_at.
752 753 754 |
# File 'sig/types.rbs', line 752 def delete_at @delete_at end |
#move_to_cold_storage_at ⇒ ::String
Returns the value of attribute move_to_cold_storage_at.
753 754 755 |
# File 'sig/types.rbs', line 753 def move_to_cold_storage_at @move_to_cold_storage_at end |