AWSCognitoIdentityProviderCreateUserPoolResponse
Objective-C
@interface AWSCognitoIdentityProviderCreateUserPoolResponse
Swift
class AWSCognitoIdentityProviderCreateUserPoolResponse
Represents the response from the server for the request to create a user pool.
-
A container for the user pool details.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderUserPoolType *_Nullable userPool;
Swift
var userPool: AWSCognitoIdentityProviderUserPoolType? { get set }