Class: Aws::Types::Lifecycle
- Inherits:
-
Object
- Object
- Aws::Types::Lifecycle
- 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.
-
#delete_after_event ⇒ "DELETE_AFTER_COPY"
Returns the value of attribute delete_after_event.
-
#move_to_cold_storage_after_days ⇒ ::Integer
Returns the value of attribute move_to_cold_storage_after_days.
-
#opt_in_to_archive_for_supported_resources ⇒ Boolean
Returns the value of attribute opt_in_to_archive_for_supported_resources.
Instance Attribute Details
#delete_after_days ⇒ ::Integer
Returns the value of attribute delete_after_days.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def delete_after_days @delete_after_days end |
#delete_after_event ⇒ "DELETE_AFTER_COPY"
Returns the value of attribute delete_after_event.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def delete_after_event @delete_after_event end |
#move_to_cold_storage_after_days ⇒ ::Integer
Returns the value of attribute move_to_cold_storage_after_days.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def move_to_cold_storage_after_days @move_to_cold_storage_after_days end |
#opt_in_to_archive_for_supported_resources ⇒ Boolean
Returns the value of attribute opt_in_to_archive_for_supported_resources.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def opt_in_to_archive_for_supported_resources @opt_in_to_archive_for_supported_resources end |