AWSRekognitionListUsersResponse

Objective-C

@interface AWSRekognitionListUsersResponse

Swift

class AWSRekognitionListUsersResponse
  • A pagination token to be used with the subsequent request if the response is truncated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • List of UsersID associated with the specified collection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSRekognitionUser *> *_Nullable users;

    Swift

    var users: [AWSRekognitionUser]? { get set }