AWSCognitoIdentityProviderAdminListGroupsForUserResponse
Objective-C
@interface AWSCognitoIdentityProviderAdminListGroupsForUserResponse
Swift
class AWSCognitoIdentityProviderAdminListGroupsForUserResponse
-
The groups that the user belongs to.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderGroupType *> *_Nullable groups;Swift
var groups: [AWSCognitoIdentityProviderGroupType]? { get set } -
An identifier that was returned from the previous call to this operation, which can be used 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 }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAdminListGroupsForUserResponse Class Reference