PendingTaskCount
public struct PendingTaskCount : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of tasks in the task list.
Declaration
Swift
public let count: Int
-
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
Declaration
Swift
public let truncated: Bool?
-
Undocumented
Declaration
Swift
public init(count: Int, truncated: Bool? = nil)