Class: Aws::Types::ObjectLockRetention

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:

  • ("ON", "OFF")


2109
2110
2111
# File 'sig/types.rbs', line 2109

def event_hold
  @event_hold
end

#event_hold_durationTypes::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.

Returns:

  • ("GOVERNANCE", "COMPLIANCE")


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.

Returns:

  • (::Time)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def retain_until_date
  @retain_until_date
end