TimerCanceledEventAttributes
public struct TimerCanceledEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer. 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
-
The ID of the TimerStarted event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Declaration
Swift
public let startedEventId: Int64
-
The unique ID of the timer that was canceled.
Declaration
Swift
public let timerId: String
-
Undocumented
Declaration
Swift
public init(decisionTaskCompletedEventId: Int64, startedEventId: Int64, timerId: String)