AWSCognitoIdentityProviderUpdateUserPoolClientResponse
Objective-C
@interface AWSCognitoIdentityProviderUpdateUserPoolClientResponse
Swift
class AWSCognitoIdentityProviderUpdateUserPoolClientResponse
Represents the response from the server to the request to update the user pool client.
-
The user pool client value from the response from the server when you request to update the user pool client.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderUserPoolClientType *_Nullable userPoolClient;
Swift
var userPoolClient: AWSCognitoIdentityProviderUserPoolClientType? { get set }