AWSS3GetObjectRetentionOutput
Objective-C
@interface AWSS3GetObjectRetentionOutput
Swift
class AWSS3GetObjectRetentionOutput
-
The container element for an object’s retention settings.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ObjectLockRetention *_Nullable retention;
Swift
var retention: AWSS3ObjectLockRetention? { get set }