QueueTransition
public struct QueueTransition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The queue that the job was on after the transition.
Declaration
Swift
public let destinationQueue: String?
-
The queue that the job was on before the transition.
Declaration
Swift
public let sourceQueue: String?
-
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
Declaration
Swift
public let timestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(destinationQueue: String? = nil, sourceQueue: String? = nil, timestamp: TimeStamp? = nil)