You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MTurk::Types::ListHITsForQualificationTypeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListHITsForQualificationTypeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  qualification_type_id: "EntityId", # required
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Limit the number of results returned.

Returns:

  • (Integer)

    Limit the number of results returned.

#next_tokenString

Pagination Token

Returns:

  • (String)

    Pagination Token.

#qualification_type_idString

The ID of the Qualification type to use when querying HITs.

Returns:

  • (String)

    The ID of the Qualification type to use when querying HITs.