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")


2077
2078
2079
# File 'sig/types.rbs', line 2077

def object_lock_enabled
  @object_lock_enabled
end

#ruleTypes::ObjectLockRule

Returns the value of attribute rule.



2078
2079
2080
# File 'sig/types.rbs', line 2078

def rule
  @rule
end