Class: Aws::MTurk::Types::CreateHITWithHITTypeResponse

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:



613
614
615
616
617
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 613

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