Class: Aws::MTurk::Types::ListWorkersWithQualificationTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mturk/types.rb

Overview

Note:

When making an API call, you may pass ListWorkersWithQualificationTypeRequest data as a hash:

{
  qualification_type_id: "EntityId", # required
  status: "Granted", # accepts Granted, Revoked
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limit the number of results returned.

Returns:

  • (Integer)


2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-mturk/types.rb', line 2013

class ListWorkersWithQualificationTypeRequest < Struct.new(
  :qualification_type_id,
  :status,
  :next_token,
  :max_results)
  include Aws::Structure
end

#next_tokenString

Pagination Token

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-mturk/types.rb', line 2013

class ListWorkersWithQualificationTypeRequest < Struct.new(
  :qualification_type_id,
  :status,
  :next_token,
  :max_results)
  include Aws::Structure
end

#qualification_type_idString

The ID of the Qualification type of the Qualifications to return.

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-mturk/types.rb', line 2013

class ListWorkersWithQualificationTypeRequest < Struct.new(
  :qualification_type_id,
  :status,
  :next_token,
  :max_results)
  include Aws::Structure
end

#statusString

The status of the Qualifications to return. Can be ‘Granted | Revoked`.

Returns:

  • (String)


2013
2014
2015
2016
2017
2018
2019
# File 'lib/aws-sdk-mturk/types.rb', line 2013

class ListWorkersWithQualificationTypeRequest < Struct.new(
  :qualification_type_id,
  :status,
  :next_token,
  :max_results)
  include Aws::Structure
end