Transition

public struct Transition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.

    Declaration

    Swift

    public let date: TimeStamp?
  • Indicates the number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer.

    Declaration

    Swift

    public let days: Int?
  • The storage class to which you want the object to transition.

    Declaration

    Swift

    public let storageClass: TransitionStorageClass?
  • Undocumented

    Declaration

    Swift

    public init(date: TimeStamp? = nil, days: Int? = nil, storageClass: TransitionStorageClass? = nil)