ListReviewableHITsResponse
public struct ListReviewableHITsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of HIT elements returned by the query.
Declaration
Swift
public let hITs: [HIT]? -
Undocumented
Declaration
Swift
public let nextToken: String? -
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
Declaration
Swift
public let numResults: Int? -
Undocumented
Declaration
Swift
public init(hITs: [HIT]? = nil, nextToken: String? = nil, numResults: Int? = nil)
View on GitHub
ListReviewableHITsResponse Structure Reference