Class: Aws::MTurk::Types::ListQualificationTypesResponse

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

#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)


1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1476

class ListQualificationTypesResponse < Struct.new(
  :num_results,
  :next_token,
  :qualification_types)
  SENSITIVE = []
  include Aws::Structure
end

#num_resultsInteger

The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.

Returns:

  • (Integer)


1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1476

class ListQualificationTypesResponse < Struct.new(
  :num_results,
  :next_token,
  :qualification_types)
  SENSITIVE = []
  include Aws::Structure
end

#qualification_typesArray<Types::QualificationType>

The list of QualificationType elements returned by the query.

Returns:



1476
1477
1478
1479
1480
1481
1482
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1476

class ListQualificationTypesResponse < Struct.new(
  :num_results,
  :next_token,
  :qualification_types)
  SENSITIVE = []
  include Aws::Structure
end