Class: Aws::MTurk::Types::GetHITRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hit_idString

The ID of the HIT to be retrieved.

Returns:

  • (String)


925
926
927
928
929
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 925

class GetHITRequest < Struct.new(
  :hit_id)
  SENSITIVE = []
  include Aws::Structure
end