Class: Aws::MTurk::Types::CreateHITResponse

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

#hitTypes::HIT

Contains the newly created HIT data. For a description of the HIT data structure as it appears in responses, see the HIT Data Structure documentation.

Returns:



421
422
423
424
425
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 421

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