AWSCognitoIdentityProviderAddCustomAttributesRequest
Objective-C
@interface AWSCognitoIdentityProviderAddCustomAttributesRequest
Swift
class AWSCognitoIdentityProviderAddCustomAttributesRequest
Represents the request to add custom attributes.
Required parameters: [UserPoolId, CustomAttributes]
-
An array of custom attributes, such as Mutable and Name.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderSchemaAttributeType *> *_Nullable customAttributes;
Swift
var customAttributes: [AWSCognitoIdentityProviderSchemaAttributeType]? { get set }
-
The user pool ID for the user pool where you want to add custom attributes.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userPoolId;
Swift
var userPoolId: String? { get set }