Class: Aws::Types::ListReviewPolicyResultsForHITResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReviewPolicyResultsForHITResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
-
#assignment_review_report ⇒ Types::ReviewReport
Returns the value of attribute assignment_review_report.
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
-
#hit_review_report ⇒ Types::ReviewReport
Returns the value of attribute hit_review_report.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
391 392 393 |
# File 'sig/types.rbs', line 391 def assignment_review_policy @assignment_review_policy end |
#assignment_review_report ⇒ Types::ReviewReport
Returns the value of attribute assignment_review_report.
393 394 395 |
# File 'sig/types.rbs', line 393 def assignment_review_report @assignment_review_report end |
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
390 391 392 |
# File 'sig/types.rbs', line 390 def hit_id @hit_id end |
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
392 393 394 |
# File 'sig/types.rbs', line 392 def hit_review_policy @hit_review_policy end |
#hit_review_report ⇒ Types::ReviewReport
Returns the value of attribute hit_review_report.
394 395 396 |
# File 'sig/types.rbs', line 394 def hit_review_report @hit_review_report end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
395 396 397 |
# File 'sig/types.rbs', line 395 def next_token @next_token end |