AWSCognitoIdentityRoleMappingType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityRoleMappingType) {
    AWSCognitoIdentityRoleMappingTypeUnknown,
    AWSCognitoIdentityRoleMappingTypeToken,
    AWSCognitoIdentityRoleMappingTypeRules,
}

Swift

enum AWSCognitoIdentityRoleMappingType : Int, @unchecked Sendable

Undocumented