TCognitoIdentityProviderAttributeType
Class in AWS.CognitoIdentityProvider
AttributeType class.
Ancestors
Properties
Name
property Name: string
Value
property Value: string
Constructors
Create
constructor Create; overload;
Constructor for TCognitoIdentityProviderAttributeType.
constructor Create(const AName: string; const AValue: string = ''); overload;
Constructor for TCognitoIdentityProviderAttributeType.
Parameters
| Name | Description |
|---|---|
AName | Specify the name of the attribute. |
AValue | Specify the value of the attribute. |