You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateHITTypeOfHITRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  hit_id: "EntityId", # required
  hit_type_id: "EntityId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#hit_idString

The HIT to update.

Returns:

  • (String)

    The HIT to update.

#hit_type_idString

The ID of the new HIT type.

Returns:

  • (String)

    The ID of the new HIT type.