Class: Aws::Types::LifecycleExpiration
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExpiration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#expired_object_delete_marker ⇒ Boolean
Returns the value of attribute expired_object_delete_marker.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def date @date end |
#days ⇒ ::Integer
Returns the value of attribute days.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def days @days end |
#expired_object_delete_marker ⇒ Boolean
Returns the value of attribute expired_object_delete_marker.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def expired_object_delete_marker @expired_object_delete_marker end |