Class: Aws::Types::S3Retention

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#event_hold"ON", "OFF"

Returns the value of attribute event_hold.

Returns:



1847
1848
1849
# File 'sig/types.rbs', line 1847

def event_hold
  @event_hold
end

#event_hold_durationTypes::S3ObjectLockRetentionEventHoldDuration

Returns the value of attribute event_hold_duration.

Returns:



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.

Returns:



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.

Returns:



1845
1846
1847
# File 'sig/types.rbs', line 1845

def retain_until_date
  @retain_until_date
end