Class: Aws::MTurk::Types::ListQualificationTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListQualificationTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#num_results ⇒ Integer
The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.
-
#qualification_types ⇒ Array<Types::QualificationType>
The list of QualificationType elements returned by the query.
Instance Attribute Details
#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.
1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-mturk/types.rb', line 1476 class ListQualificationTypesResponse < Struct.new( :num_results, :next_token, :qualification_types) SENSITIVE = [] include Aws::Structure end |
#num_results ⇒ Integer
The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.
1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-mturk/types.rb', line 1476 class ListQualificationTypesResponse < Struct.new( :num_results, :next_token, :qualification_types) SENSITIVE = [] include Aws::Structure end |
#qualification_types ⇒ Array<Types::QualificationType>
The list of QualificationType elements returned by the query.
1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/aws-sdk-mturk/types.rb', line 1476 class ListQualificationTypesResponse < Struct.new( :num_results, :next_token, :qualification_types) SENSITIVE = [] include Aws::Structure end |