ListWorkerBlocksResponse
public struct ListWorkerBlocksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
The number of assignments on the page in the filtered results list, equivalent to the number of assignments returned by this call.
Declaration
Swift
public let numResults: Int?
-
The list of WorkerBlocks, containing the collection of Worker IDs and reasons for blocking.
Declaration
Swift
public let workerBlocks: [WorkerBlock]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, numResults: Int? = nil, workerBlocks: [WorkerBlock]? = nil)