AWSConnectRoutingProfileReference
Objective-C
@interface AWSConnectRoutingProfileReference
Swift
class AWSConnectRoutingProfileReference
Information about the routing profile assigned to the user.
-
The Amazon Resource Name (ARN) of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The identifier of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set }
View on GitHub
Install in Dash
AWSConnectRoutingProfileReference Class Reference