AWSConnectCreateRoutingProfileResponse
Objective-C
@interface AWSConnectCreateRoutingProfileResponse
Swift
class AWSConnectCreateRoutingProfileResponse
-
The Amazon Resource Name (ARN) of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routingProfileArn;
Swift
var routingProfileArn: String? { get set }
-
The identifier of the routing profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routingProfileId;
Swift
var routingProfileId: String? { get set }