Class: Aws::Types::LifecyclePolicyRuleAction
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyRuleAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_storage_class ⇒ "ARCHIVE"
Returns the value of attribute target_storage_class.
-
#type ⇒ "EXPIRE", "TRANSITION"
Returns the value of attribute type.
Instance Attribute Details
#target_storage_class ⇒ "ARCHIVE"
Returns the value of attribute target_storage_class.
819 820 821 |
# File 'sig/types.rbs', line 819 def target_storage_class @target_storage_class end |
#type ⇒ "EXPIRE", "TRANSITION"
Returns the value of attribute type.
818 819 820 |
# File 'sig/types.rbs', line 818 def type @type end |