Class: Aws::MTurk::Types::ReviewActionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ReviewActionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_id ⇒ String
The unique identifier for the action.
-
#action_name ⇒ String
The nature of the action itself.
-
#complete_time ⇒ Time
The date when the action was completed.
-
#error_code ⇒ String
Present only when the Results have a FAILED Status.
-
#result ⇒ String
A description of the outcome of the review.
-
#status ⇒ String
The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
-
#target_id ⇒ String
The specific HITId or AssignmentID targeted by the action.
-
#target_type ⇒ String
The type of object in TargetId.
Instance Attribute Details
#action_id ⇒ String
The unique identifier for the action.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ 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.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#complete_time ⇒ Time
The date when the action was completed.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Present only when the Results have a FAILED Status.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#result ⇒ String
A description of the outcome of the review.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#target_id ⇒ String
The specific HITId or AssignmentID targeted by the action.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The type of object in TargetId.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-mturk/types.rb', line 2307 class ReviewActionDetail < Struct.new( :action_id, :action_name, :target_id, :target_type, :status, :complete_time, :result, :error_code) SENSITIVE = [] include Aws::Structure end |