RespondActivityTaskCanceledInput
public struct RespondActivityTaskCanceledInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the cancellation.
Declaration
Swift
public let details: 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(details: String? = nil, taskToken: String)
-
Declaration
Swift
public func validate(name: String) throws