Class: Aws::Types::ObjectLockConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_lock_enabled"Enabled"

Returns the value of attribute object_lock_enabled.

Returns:

  • ("Enabled")


2096
2097
2098
# File 'sig/types.rbs', line 2096

def object_lock_enabled
  @object_lock_enabled
end

#ruleTypes::ObjectLockRule

Returns the value of attribute rule.



2097
2098
2099
# File 'sig/types.rbs', line 2097

def rule
  @rule
end