DefaultRetention
public struct DefaultRetention : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of days that you want to specify for the default retention period.
Declaration
Swift
public let days: Int? -
The default Object Lock retention mode you want to apply to new objects placed in the specified bucket.
Declaration
Swift
public let mode: ObjectLockRetentionMode? -
The number of years that you want to specify for the default retention period.
Declaration
Swift
public let years: Int? -
Undocumented
Declaration
Swift
public init(days: Int? = nil, mode: ObjectLockRetentionMode? = nil, years: Int? = nil)
View on GitHub
DefaultRetention Structure Reference