AWSRekognitionListUsersRequest
Objective-C
@interface AWSRekognitionListUsersRequest
Swift
class AWSRekognitionListUsersRequest
-
The ID of an existing collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionId;Swift
var collectionId: String? { get set } -
Maximum number of UsersID to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
Pagingation token to receive the next set of UsersID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionListUsersRequest Class Reference