Class: Aws::Types::S3Retention
- Inherits:
-
Object
- Object
- Aws::Types::S3Retention
- 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::S3ObjectLockRetentionEventHoldDuration
Returns the value of attribute event_hold_duration.
-
#mode ⇒ "COMPLIANCE", "GOVERNANCE"
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.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def event_hold @event_hold end |
#event_hold_duration ⇒ Types::S3ObjectLockRetentionEventHoldDuration
Returns the value of attribute event_hold_duration.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def event_hold_duration @event_hold_duration end |
#mode ⇒ "COMPLIANCE", "GOVERNANCE"
Returns the value of attribute mode.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def mode @mode end |
#retain_until_date ⇒ ::Time
Returns the value of attribute retain_until_date.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def retain_until_date @retain_until_date end |