Class: Aws::Types::ObjectLockConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLockConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_lock_enabled ⇒ "Enabled"
Returns the value of attribute object_lock_enabled.
-
#rule ⇒ Types::ObjectLockRule
Returns the value of attribute rule.
Instance Attribute Details
#object_lock_enabled ⇒ "Enabled"
Returns the value of attribute object_lock_enabled.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def object_lock_enabled @object_lock_enabled end |
#rule ⇒ Types::ObjectLockRule
Returns the value of attribute rule.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def rule @rule end |