Class: Aws::Types::CalculatedLifecycle
- Inherits:
-
Object
- Object
- Aws::Types::CalculatedLifecycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_at ⇒ ::Time
Returns the value of attribute delete_at.
-
#move_to_cold_storage_at ⇒ ::Time
Returns the value of attribute move_to_cold_storage_at.
Instance Attribute Details
#delete_at ⇒ ::Time
Returns the value of attribute delete_at.
196 197 198 |
# File 'sig/types.rbs', line 196 def delete_at @delete_at end |
#move_to_cold_storage_at ⇒ ::Time
Returns the value of attribute move_to_cold_storage_at.
195 196 197 |
# File 'sig/types.rbs', line 195 def move_to_cold_storage_at @move_to_cold_storage_at end |