NoncurrentVersionExpiration
public struct NoncurrentVersionExpiration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see How Amazon S3 Calculates When an Object Became Noncurrent in the Amazon Simple Storage Service Developer Guide.
Declaration
Swift
public let noncurrentDays: Int?
-
Undocumented
Declaration
Swift
public init(noncurrentDays: Int? = nil)