AWSConnectDescribeRoutingProfileResponse
Objective-C
@interface AWSConnectDescribeRoutingProfileResponse
Swift
class AWSConnectDescribeRoutingProfileResponse
-
The routing profile.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectRoutingProfile *_Nullable routingProfile;Swift
var routingProfile: AWSConnectRoutingProfile? { get set }
View on GitHub
Install in Dash
AWSConnectDescribeRoutingProfileResponse Class Reference