TimerStartedEventAttributes

public struct TimerStartedEventAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Data attached to the event that can be used by the decider in subsequent workflow tasks.

    Declaration

    Swift

    public let control: String?
  • The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task. 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 duration of time after which the timer fires. The duration is specified in seconds, an integer greater than or equal to 0.

    Declaration

    Swift

    public let startToFireTimeout: String
  • The unique ID of the timer that was started.

    Declaration

    Swift

    public let timerId: String
  • Undocumented

    Declaration

    Swift

    public init(control: String? = nil, decisionTaskCompletedEventId: Int64, startToFireTimeout: String, timerId: String)