ObjectLockRetention
public struct ObjectLockRetention : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates the Retention mode for the specified object.
Declaration
Swift
public let mode: ObjectLockRetentionMode? -
The date on which this Object Lock Retention will expire.
Declaration
Swift
public let retainUntilDate: TimeStamp? -
Undocumented
Declaration
Swift
public init(mode: ObjectLockRetentionMode? = nil, retainUntilDate: TimeStamp? = nil)
View on GitHub
ObjectLockRetention Structure Reference