Class: Aws::MTurk::Types::ListQualificationTypesRequest

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)


1447
1448
1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1447

class ListQualificationTypesRequest < Struct.new(
  :query,
  :must_be_requestable,
  :must_be_owned_by_caller,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#must_be_owned_by_callerBoolean

Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.

Returns:

  • (Boolean)


1447
1448
1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1447

class ListQualificationTypesRequest < Struct.new(
  :query,
  :must_be_requestable,
  :must_be_owned_by_caller,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#must_be_requestableBoolean

Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.

Returns:

  • (Boolean)


1447
1448
1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1447

class ListQualificationTypesRequest < Struct.new(
  :query,
  :must_be_requestable,
  :must_be_owned_by_caller,
  :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)


1447
1448
1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1447

class ListQualificationTypesRequest < Struct.new(
  :query,
  :must_be_requestable,
  :must_be_owned_by_caller,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#queryString

A text query against all of the searchable attributes of Qualification types.

Returns:

  • (String)


1447
1448
1449
1450
1451
1452
1453
1454
1455
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1447

class ListQualificationTypesRequest < Struct.new(
  :query,
  :must_be_requestable,
  :must_be_owned_by_caller,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end