Class: Aws::Types::ObjectLockRetention
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLockRetention
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_hold ⇒ "ON", "OFF"
Returns the value of attribute event_hold.
-
#event_hold_duration ⇒ Types::EventHoldDuration
Returns the value of attribute event_hold_duration.
-
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
-
#retain_until_date ⇒ ::Time
Returns the value of attribute retain_until_date.
Instance Attribute Details
#event_hold ⇒ "ON", "OFF"
Returns the value of attribute event_hold.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def event_hold @event_hold end |
#event_hold_duration ⇒ Types::EventHoldDuration
Returns the value of attribute event_hold_duration.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def event_hold_duration @event_hold_duration end |
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def mode @mode end |
#retain_until_date ⇒ ::Time
Returns the value of attribute retain_until_date.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def retain_until_date @retain_until_date end |