Class: Aws::MTurk::Types::CreateHITResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::CreateHITResponse
- 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.
421 422 423 424 425 |
# File 'lib/aws-sdk-mturk/types.rb', line 421 class CreateHITResponse < Struct.new( :hit) SENSITIVE = [] include Aws::Structure end |