AWSCognitoIdentityRoleMappingType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityRoleMappingType) {
AWSCognitoIdentityRoleMappingTypeUnknown,
AWSCognitoIdentityRoleMappingTypeToken,
AWSCognitoIdentityRoleMappingTypeRules,
}
Swift
enum AWSCognitoIdentityRoleMappingType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityRoleMappingTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityRoleMappingTypeToken
Swift
case token = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityRoleMappingTypeRules
Swift
case rules = 2