Class: Aws::MTurk::Types::ListQualificationRequestsRequest

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

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1376

class ListQualificationRequestsRequest < Struct.new(
  :qualification_type_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1376

class ListQualificationRequestsRequest < Struct.new(
  :qualification_type_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#qualification_type_idString

The ID of the QualificationType.

Returns:

  • (String)


1376
1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1376

class ListQualificationRequestsRequest < Struct.new(
  :qualification_type_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end