ListReviewableHITsRequest
public struct ListReviewableHITsRequest : AWSShape
extension MTurk.ListReviewableHITsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
Declaration
Swift
public let hITTypeId: String? -
Limit the number of results returned.
Declaration
Swift
public let maxResults: Int? -
Pagination Token
Declaration
Swift
public let nextToken: String? -
Can be either Reviewable or Reviewing. Reviewable is the default value.
Declaration
Swift
public let status: ReviewableHITStatus? -
Undocumented
Declaration
Swift
public init(hITTypeId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, status: ReviewableHITStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MTurk.ListReviewableHITsRequest
View on GitHub
ListReviewableHITsRequest Structure Reference