Class: Aws::MTurk::Types::ListQualificationTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListQualificationTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#must_be_owned_by_caller ⇒ Boolean
Specifies that only Qualification types that the Requester created are returned.
-
#must_be_requestable ⇒ Boolean
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.
-
#next_token ⇒ String
If the previous response was incomplete (because there is more data to retrieve), Amazon Mechanical Turk returns a pagination token in the response.
-
#query ⇒ String
A text query against all of the searchable attributes of Qualification types.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
1447 1448 1449 1450 1451 1452 1453 1454 1455 |
# File '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_caller ⇒ Boolean
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
1447 1448 1449 1450 1451 1452 1453 1454 1455 |
# File '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_requestable ⇒ Boolean
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.
1447 1448 1449 1450 1451 1452 1453 1454 1455 |
# File '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_token ⇒ String
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.
1447 1448 1449 1450 1451 1452 1453 1454 1455 |
# File '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 |
#query ⇒ String
A text query against all of the searchable attributes of Qualification types.
1447 1448 1449 1450 1451 1452 1453 1454 1455 |
# File '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 |