C# Class Amazon.CognitoIdentityProvider.AttributeDataType

Constants used for properties of type AttributeDataType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Boolean AttributeDataType
DateTime AttributeDataType
Number AttributeDataType
String AttributeDataType

Public Methods

Method Description
AttributeDataType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : AttributeDataType

Finds the constant for the unique value.

Method Details

AttributeDataType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public AttributeDataType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : AttributeDataType
value string The unique value for the constant
return AttributeDataType

Property Details

Boolean public static property

Constant Boolean for AttributeDataType
public static AttributeDataType,Amazon.CognitoIdentityProvider Boolean
return AttributeDataType

DateTime public static property

Constant DateTime for AttributeDataType
public static AttributeDataType,Amazon.CognitoIdentityProvider DateTime
return AttributeDataType

Number public static property

Constant Number for AttributeDataType
public static AttributeDataType,Amazon.CognitoIdentityProvider Number
return AttributeDataType

String public static property

Constant String for AttributeDataType
public static AttributeDataType,Amazon.CognitoIdentityProvider String
return AttributeDataType