AWSConnectMonitorContactResponse
Objective-C
@interface AWSConnectMonitorContactResponse
Swift
class AWSConnectMonitorContactResponse
-
The ARN of the contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactArn;
Swift
var contactArn: String? { get set }
-
The identifier of the contact.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable contactId;
Swift
var contactId: String? { get set }