AWSCognitoIdentityProviderListUserPoolsResponse
Objective-C
@interface AWSCognitoIdentityProviderListUserPoolsResponse
Swift
class AWSCognitoIdentityProviderListUserPoolsResponse
Represents the response to list user pools.
-
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 }
-
The user pools from the response to list users.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderUserPoolDescriptionType *> *_Nullable userPools;
Swift
var userPools: [AWSCognitoIdentityProviderUserPoolDescriptionType]? { get set }