AWSS3GetObjectLockConfigurationOutput
Objective-C
@interface AWSS3GetObjectLockConfigurationOutput
Swift
class AWSS3GetObjectLockConfigurationOutput
-
The specified bucket’s Object Lock configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ObjectLockConfiguration *_Nullable objectLockConfiguration;Swift
var objectLockConfiguration: AWSS3ObjectLockConfiguration? { get set }
View on GitHub
Install in Dash
AWSS3GetObjectLockConfigurationOutput Class Reference