AWSConnectUserReference
Objective-C
@interface AWSConnectUserReference
Swift
class AWSConnectUserReference
Information about the user.
-
The Amazon Resource Name (ARN) for the user.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The unique identifier for the user.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }