WorkerBlock

public struct WorkerBlock : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A message explaining the reason the Worker was blocked.

    Declaration

    Swift

    public let reason: String?
  • The ID of the Worker who accepted the HIT.

    Declaration

    Swift

    public let workerId: String?
  • Undocumented

    Declaration

    Swift

    public init(reason: String? = nil, workerId: String? = nil)