Skip to main content

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

NameDescription
ANameSpecify the name of the attribute.
AValueSpecify the value of the attribute.