Class: Aws::MTurk::Types::ListQualificationRequestsResponse

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)


1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1405

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

#num_resultsInteger

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

Returns:

  • (Integer)


1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1405

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

#qualification_requestsArray<Types::QualificationRequest>

The Qualification request. The response includes one QualificationRequest element for each Qualification request returned by the query.

Returns:



1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1405

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