Class: Aws::MTurk::Types::ListQualificationRequestsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListQualificationRequestsRequest
- 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.
-
#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.
-
#qualification_type_id ⇒ String
The ID of the QualificationType.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
1376 1377 1378 1379 1380 1381 1382 |
# File '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_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.
1376 1377 1378 1379 1380 1381 1382 |
# File '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_id ⇒ String
The ID of the QualificationType.
1376 1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-mturk/types.rb', line 1376 class ListQualificationRequestsRequest < Struct.new( :qualification_type_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |