S3Retention
public struct S3Retention : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Retention mode to be applied to all objects in the Batch Operations job.
Declaration
Swift
public let mode: S3ObjectLockRetentionMode?
-
The date when the applied Object Retention will expire on all objects in the Batch Operations job.
Declaration
Swift
public let retainUntilDate: TimeStamp?
-
Undocumented
Declaration
Swift
public init(mode: S3ObjectLockRetentionMode? = nil, retainUntilDate: TimeStamp? = nil)