Class: Aws::MTurk::Types::CreateHITWithHITTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::CreateHITWithHITTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit ⇒ Types::HIT
Contains the newly created HIT data.
Instance Attribute Details
#hit ⇒ Types::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.
613 614 615 616 617 |
# File 'lib/aws-sdk-mturk/types.rb', line 613 class CreateHITWithHITTypeResponse < Struct.new( :hit) SENSITIVE = [] include Aws::Structure end |