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