Class: Aws::MTurk::Types::CreateHITTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::CreateHITTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit_type_id ⇒ String
The ID of the newly registered HIT type.
Instance Attribute Details
#hit_type_id ⇒ String
The ID of the newly registered HIT type.
497 498 499 500 501 |
# File 'lib/aws-sdk-mturk/types.rb', line 497 class CreateHITTypeResponse < Struct.new( :hit_type_id) SENSITIVE = [] include Aws::Structure end |