ActivityStartedEventDetails
public struct ActivityStartedEventDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
Declaration
Swift
public let workerName: String? -
Undocumented
Declaration
Swift
public init(workerName: String? = nil)
View on GitHub
ActivityStartedEventDetails Structure Reference