GetActivityTaskInput

public struct GetActivityTaskInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using CreateActivity.)

    Declaration

    Swift

    public let activityArn: String
  • You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.

    Declaration

    Swift

    public let workerName: String?
  • Undocumented

    Declaration

    Swift

    public init(activityArn: String, workerName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws