Class: Aws::MTurk::Types::ListWorkersWithQualificationTypeResponse

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)


1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1715

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

#num_resultsInteger

The number of Qualifications on this page in the filtered results list, equivalent to the number of Qualifications being returned by this call.

Returns:

  • (Integer)


1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1715

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

#qualificationsArray<Types::Qualification>

The list of Qualification elements returned by this call.

Returns:



1715
1716
1717
1718
1719
1720
1721
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1715

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