AWS SDK for C++  0.14.3
AWS SDK for C++
Namespaces | Enumerations | Functions
EntityType.h File Reference
#include <aws/iam/IAM_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::IAM
 
 Aws::IAM::Model
 
 Aws::IAM::Model::EntityTypeMapper
 

Enumerations

enum  Aws::IAM::Model::EntityType {
  Aws::IAM::Model::EntityType::NOT_SET, Aws::IAM::Model::EntityType::User, Aws::IAM::Model::EntityType::Role, Aws::IAM::Model::EntityType::Group,
  Aws::IAM::Model::EntityType::LocalManagedPolicy, Aws::IAM::Model::EntityType::AWSManagedPolicy
}
 

Functions

AWS_IAM_API EntityType Aws::IAM::Model::EntityTypeMapper::GetEntityTypeForName (const Aws::String &name)
 
AWS_IAM_API Aws::String Aws::IAM::Model::EntityTypeMapper::GetNameForEntityType (EntityType value)