ObjectLockConfiguration
public struct ObjectLockConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether this bucket has an Object Lock configuration enabled.
Declaration
Swift
public let objectLockEnabled: ObjectLockEnabled? -
The Object Lock rule in place for the specified object.
Declaration
Swift
public let rule: ObjectLockRule? -
Undocumented
Declaration
Swift
public init(objectLockEnabled: ObjectLockEnabled? = nil, rule: ObjectLockRule? = nil)
View on GitHub
ObjectLockConfiguration Structure Reference