AWSRekognitionCreateUserRequest
Objective-C
@interface AWSRekognitionCreateUserRequest
Swift
class AWSRekognitionCreateUserRequest
-
Idempotent token used to identify the request to
CreateUser. If you use the same token with multipleCreateUserrequests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientRequestToken;Swift
var clientRequestToken: String? { get set } -
The ID of an existing collection to which the new UserID needs to be created.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable collectionId;Swift
var collectionId: String? { get set } -
ID for the UserID to be created. This ID needs to be unique within the collection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userId;Swift
var userId: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionCreateUserRequest Class Reference