AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
AttributeDataType.h File Reference
#include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::CognitoIdentityProvider
 
 Aws::CognitoIdentityProvider::Model
 
 Aws::CognitoIdentityProvider::Model::AttributeDataTypeMapper
 

Enumerations

enum  Aws::CognitoIdentityProvider::Model::AttributeDataType {
  Aws::CognitoIdentityProvider::Model::AttributeDataType::NOT_SET, Aws::CognitoIdentityProvider::Model::AttributeDataType::String, Aws::CognitoIdentityProvider::Model::AttributeDataType::Number, Aws::CognitoIdentityProvider::Model::AttributeDataType::DateTime,
  Aws::CognitoIdentityProvider::Model::AttributeDataType::Boolean
}
 

Functions

AWS_COGNITOIDENTITYPROVIDER_API AttributeDataType Aws::CognitoIdentityProvider::Model::AttributeDataTypeMapper::GetAttributeDataTypeForName (const Aws::String &name)
 
AWS_COGNITOIDENTITYPROVIDER_API Aws::String Aws::CognitoIdentityProvider::Model::AttributeDataTypeMapper::GetNameForAttributeDataType (AttributeDataType value)