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

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

#max_resultsInteger

Limit the number of results returned.

Returns:

  • (Integer)


1687
1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1687

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

#next_tokenString

Pagination Token

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1687

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

#qualification_type_idString

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

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1687

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

#statusString

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

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1687

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