Class: Aws::Types::AwsS3BucketObjectLockConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketObjectLockConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_lock_enabled ⇒ ::String
Returns the value of attribute object_lock_enabled.
-
#rule ⇒ Types::AwsS3BucketObjectLockConfigurationRuleDetails
Returns the value of attribute rule.
Instance Attribute Details
#object_lock_enabled ⇒ ::String
Returns the value of attribute object_lock_enabled.
4072 4073 4074 |
# File 'sig/types.rbs', line 4072 def object_lock_enabled @object_lock_enabled end |
#rule ⇒ Types::AwsS3BucketObjectLockConfigurationRuleDetails
Returns the value of attribute rule.
4073 4074 4075 |
# File 'sig/types.rbs', line 4073 def rule @rule end |