AWSCognitoIdentityProviderListUsersInGroupResponse
Objective-C
@interface AWSCognitoIdentityProviderListUsersInGroupResponse
Swift
class AWSCognitoIdentityProviderListUsersInGroupResponse
-
An identifier that you can use in a later request to return the next set of items in the list.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A list of users in the group, and their attributes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderUserType *> *_Nullable users;
Swift
var users: [AWSCognitoIdentityProviderUserType]? { get set }