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.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def object_lock_enabled @object_lock_enabled end |
#rule ⇒ Types::ObjectLockRule
Returns the value of attribute rule.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def rule @rule end |