ActivityTaskStartedEventAttributes
public struct ActivityTaskStartedEventAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
Declaration
Swift
public let identity: String?
-
The ID of the ActivityTaskScheduled event that was recorded when this activity 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)