Class: Aws::MTurk::Types::UpdateHITTypeOfHITRequest

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

#hit_idString

The HIT to update.

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2560

class UpdateHITTypeOfHITRequest < Struct.new(
  :hit_id,
  :hit_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#hit_type_idString

The ID of the new HIT type.

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 2560

class UpdateHITTypeOfHITRequest < Struct.new(
  :hit_id,
  :hit_type_id)
  SENSITIVE = []
  include Aws::Structure
end