Class: Aws::Types::UpdateHITReviewStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHITReviewStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#revert ⇒ Boolean
Returns the value of attribute revert.
Instance Attribute Details
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def hit_id @hit_id end |
#revert ⇒ Boolean
Returns the value of attribute revert.
631 632 633 |
# File 'sig/types.rbs', line 631 def revert @revert end |