DecisionTaskStartedEventAttributes
public struct DecisionTaskStartedEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
Declaration
Swift
public let identity: String?
-
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Declaration
Swift
public let scheduledEventId: Int64
-
Undocumented
Declaration
Swift
public init(identity: String? = nil, scheduledEventId: Int64)