AWSCognitoIdentityProviderUserPoolDescriptionType
Objective-C
@interface AWSCognitoIdentityProviderUserPoolDescriptionType
Swift
class AWSCognitoIdentityProviderUserPoolDescriptionType
A user pool description.
-
The date the user pool description was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The ID in a user pool description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The Lambda configuration information in a user pool description.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderLambdaConfigType *_Nullable lambdaConfig;
Swift
var lambdaConfig: AWSCognitoIdentityProviderLambdaConfigType? { get set }
-
The date the user pool description was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { get set }
-
The name in a user pool description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
The user pool status in a user pool description.
Declaration
Objective-C
@property (nonatomic) AWSCognitoIdentityProviderStatusType status;
Swift
var status: AWSCognitoIdentityProviderStatusType { get set }