ReviewActionDetail

public struct ReviewActionDetail : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the action.

    Declaration

    Swift

    public let actionId: String?
  • The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

    Declaration

    Swift

    public let actionName: String?
  • The date when the action was completed.

    Declaration

    Swift

    public let completeTime: TimeStamp?
  • Present only when the Results have a FAILED Status.

    Declaration

    Swift

    public let errorCode: String?
  • A description of the outcome of the review.

    Declaration

    Swift

    public let result: String?
  • The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

    Declaration

    Swift

    public let status: ReviewActionStatus?
  • The specific HITId or AssignmentID targeted by the action.

    Declaration

    Swift

    public let targetId: String?
  • The type of object in TargetId.

    Declaration

    Swift

    public let targetType: String?
  • Undocumented

    Declaration

    Swift

    public init(actionId: String? = nil, actionName: String? = nil, completeTime: TimeStamp? = nil, errorCode: String? = nil, result: String? = nil, status: ReviewActionStatus? = nil, targetId: String? = nil, targetType: String? = nil)