Class: Aws::Types::ObjectLockRetention
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLockRetention
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
-
#retain_until_date ⇒ ::Time
Returns the value of attribute retain_until_date.
Instance Attribute Details
#mode ⇒ "GOVERNANCE", "COMPLIANCE"
Returns the value of attribute mode.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def mode @mode end |
#retain_until_date ⇒ ::Time
Returns the value of attribute retain_until_date.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def retain_until_date @retain_until_date end |