NoncurrentVersionTransition

public struct NoncurrentVersionTransition : 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 How Long an Object Has Been Noncurrent in the Amazon Simple Storage Service Developer Guide.

    Declaration

    Swift

    public let noncurrentDays: Int?
  • The class of storage used to store the object.

    Declaration

    Swift

    public let storageClass: TransitionStorageClass?
  • Undocumented

    Declaration

    Swift

    public init(noncurrentDays: Int? = nil, storageClass: TransitionStorageClass? = nil)