Class: Aws::MTurk::Types::CreateAdditionalAssignmentsForHITRequest

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 ID of the HIT to extend.

Returns:

  • (String)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 247

class CreateAdditionalAssignmentsForHITRequest < Struct.new(
  :hit_id,
  :number_of_additional_assignments,
  :unique_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_additional_assignmentsInteger

The number of additional assignments to request for this HIT.

Returns:

  • (Integer)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 247

class CreateAdditionalAssignmentsForHITRequest < Struct.new(
  :hit_id,
  :number_of_additional_assignments,
  :unique_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#unique_request_tokenString

A unique identifier for this request, which allows you to retry the call on error without extending the HIT multiple times. This is useful in cases such as network timeouts where it is unclear whether or not the call succeeded on the server. If the extend HIT already exists in the system from a previous call using the same UniqueRequestToken, subsequent calls will return an error with a message containing the request ID.

Returns:

  • (String)


247
248
249
250
251
252
253
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 247

class CreateAdditionalAssignmentsForHITRequest < Struct.new(
  :hit_id,
  :number_of_additional_assignments,
  :unique_request_token)
  SENSITIVE = []
  include Aws::Structure
end