ListQualificationTypesRequest
public struct ListQualificationTypesRequest : AWSShape
extension MTurk.ListQualificationTypesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return in a single call.
Declaration
Swift
public let maxResults: Int?
-
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
Declaration
Swift
public let mustBeOwnedByCaller: Bool?
-
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
Declaration
Swift
public let mustBeRequestable: Bool
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
A text query against all of the searchable attributes of Qualification types.
Declaration
Swift
public let query: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, mustBeOwnedByCaller: Bool? = nil, mustBeRequestable: Bool, nextToken: String? = nil, query: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MTurk.ListQualificationTypesRequest