Class: Aws::Types::UpdateHITReviewStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hit_id::String

Returns the value of attribute hit_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def hit_id
  @hit_id
end

#revertBoolean

Returns the value of attribute revert.

Returns:

  • (Boolean)


631
632
633
# File 'sig/types.rbs', line 631

def revert
  @revert
end