RespondActivityTaskCompletedInput
public struct RespondActivityTaskCompletedInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The result of the activity task. It is a free form string that is implementation specific.
Declaration
Swift
public let result: String?
-
The taskToken of the ActivityTask. taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.
Declaration
Swift
public let taskToken: String
-
Undocumented
Declaration
Swift
public init(result: String? = nil, taskToken: String)
-
Declaration
Swift
public func validate(name: String) throws