Class: Aws::Types::LifecyclePolicy
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#transition_to_archive ⇒ "AFTER_1_DAY", ...
Returns the value of attribute transition_to_archive.
-
#transition_to_ia ⇒ "AFTER_7_DAYS", ...
Returns the value of attribute transition_to_ia.
-
#transition_to_primary_storage_class ⇒ "AFTER_1_ACCESS"
Returns the value of attribute transition_to_primary_storage_class.
Instance Attribute Details
#transition_to_archive ⇒ "AFTER_1_DAY", ...
Returns the value of attribute transition_to_archive.
401 402 403 |
# File 'sig/types.rbs', line 401 def transition_to_archive @transition_to_archive end |
#transition_to_ia ⇒ "AFTER_7_DAYS", ...
Returns the value of attribute transition_to_ia.
399 400 401 |
# File 'sig/types.rbs', line 399 def transition_to_ia @transition_to_ia end |
#transition_to_primary_storage_class ⇒ "AFTER_1_ACCESS"
Returns the value of attribute transition_to_primary_storage_class.
400 401 402 |
# File 'sig/types.rbs', line 400 def transition_to_primary_storage_class @transition_to_primary_storage_class end |