AWSConnectUserSummary
Objective-C
@interface AWSConnectUserSummary
Swift
class AWSConnectUserSummary
Contains summary information about a user.
-
The Amazon Resource Name (ARN) of the user account.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier of the user account.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The Amazon Connect user name of the user account.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable username;
Swift
var username: String? { get set }