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

#mode"GOVERNANCE", "COMPLIANCE"

Returns the value of attribute mode.

Returns:

  • ("GOVERNANCE", "COMPLIANCE")


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.

Returns:

  • (::Time)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def retain_until_date
  @retain_until_date
end