CountPendingActivityTasksInput
public struct CountPendingActivityTasksInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain that contains the task list.
Declaration
Swift
public let domain: String
-
The name of the task list.
Declaration
Swift
public let taskList: TaskList
-
Undocumented
Declaration
Swift
public init(domain: String, taskList: TaskList)
-
Declaration
Swift
public func validate(name: String) throws