AWSCognitoIdentityProviderDescribeUserPoolResponse
Objective-C
@interface AWSCognitoIdentityProviderDescribeUserPoolResponse
Swift
class AWSCognitoIdentityProviderDescribeUserPoolResponse
Represents the response to describe the user pool.
-
The container of metadata returned by the server to describe the pool.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderUserPoolType *_Nullable userPool;
Swift
var userPool: AWSCognitoIdentityProviderUserPoolType? { get set }