ActivityTaskCancelRequestedEventAttributes
public struct ActivityTaskCancelRequestedEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of the task.
Declaration
Swift
public let activityId: String
-
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelActivityTask decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Declaration
Swift
public let decisionTaskCompletedEventId: Int64
-
Undocumented
Declaration
Swift
public init(activityId: String, decisionTaskCompletedEventId: Int64)