QueueInfo
public struct QueueInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
Declaration
Swift
public let queuedIngestion: String -
The ID of the queued ingestion.
Declaration
Swift
public let waitingOnIngestion: String -
Undocumented
Declaration
Swift
public init(queuedIngestion: String, waitingOnIngestion: String)
View on GitHub
QueueInfo Structure Reference