AWSCognitoIdentityProviderAdminCreateUserResponse
Objective-C
@interface AWSCognitoIdentityProviderAdminCreateUserResponse
Swift
class AWSCognitoIdentityProviderAdminCreateUserResponse
Represents the response from the server to the request to create the user.
-
The newly created user.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderUserType *_Nullable user;
Swift
var user: AWSCognitoIdentityProviderUserType? { get set }