AWSS3ObjectLockRule
Objective-C
@interface AWSS3ObjectLockRule
Swift
class AWSS3ObjectLockRule
The container element for an Object Lock rule.
-
The default retention period that you want to apply to new objects placed in the specified bucket.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3DefaultRetention *_Nullable defaultRetention;
Swift
var defaultRetention: AWSS3DefaultRetention? { get set }