Skip to main content

TCognitoIdentityProviderAdminUpdateUserAttributesRequest

Class in AWS.CognitoIdentityProvider

AdminUpdateUserAttributes request class.

Ancestors

Properties

ClientMetadata

property ClientMetadata: TDictionary<string, string>

UserAttributes

property UserAttributes: TList<ICognitoIdentityProviderAttributeType>

Type: ICognitoIdentityProviderAttributeType

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername: string);

Constructor for TCognitoIdentityProviderAdminUpdateUserAttributesRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.