Class: Aws::MTurk::Types::UpdateHITTypeOfHITRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::UpdateHITTypeOfHITRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hit_id ⇒ String
The HIT to update.
-
#hit_type_id ⇒ String
The ID of the new HIT type.
Instance Attribute Details
#hit_id ⇒ String
The HIT to update.
2560 2561 2562 2563 2564 2565 |
# File 'lib/aws-sdk-mturk/types.rb', line 2560 class UpdateHITTypeOfHITRequest < Struct.new( :hit_id, :hit_type_id) SENSITIVE = [] include Aws::Structure end |
#hit_type_id ⇒ String
The ID of the new HIT type.
2560 2561 2562 2563 2564 2565 |
# File 'lib/aws-sdk-mturk/types.rb', line 2560 class UpdateHITTypeOfHITRequest < Struct.new( :hit_id, :hit_type_id) SENSITIVE = [] include Aws::Structure end |