AWSConnectTransferContactResponse

Objective-C

@interface AWSConnectTransferContactResponse

Swift

class AWSConnectTransferContactResponse
  • The Amazon Resource Name (ARN) of the contact.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contactArn;

    Swift

    var contactArn: String? { get set }
  • The identifier of the contact in this instance of Amazon Connect.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable contactId;

    Swift

    var contactId: String? { get set }