Class: Aws::MTurk::Types::ListHITsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::ListHITsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #max_results ⇒ Integer
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#max_results ⇒ Integer
1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-mturk/types.rb', line 1326 class ListHITsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token
1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-mturk/types.rb', line 1326 class ListHITsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |