AWSConnectListPhoneNumbersSummary

Objective-C

@interface AWSConnectListPhoneNumbersSummary

Swift

class AWSConnectListPhoneNumbersSummary

Information about phone numbers that have been claimed to your Amazon Connect instance or traffic distribution group.

  • The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].

    Declaration

    Objective-C

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

    Swift

    var phoneNumber: String? { get set }
  • The Amazon Resource Name (ARN) of the phone number.

    Declaration

    Objective-C

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

    Swift

    var phoneNumberArn: String? { get set }
  • The ISO country code.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectPhoneNumberCountryCode phoneNumberCountryCode;

    Swift

    var phoneNumberCountryCode: AWSConnectPhoneNumberCountryCode { get set }
  • A unique identifier for the phone number.

    Declaration

    Objective-C

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

    Swift

    var phoneNumberId: String? { get set }
  • The type of phone number.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectPhoneNumberType phoneNumberType;

    Swift

    var phoneNumberType: AWSConnectPhoneNumberType { get set }
  • The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone numbers are claimed to.

    Declaration

    Objective-C

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

    Swift

    var targetArn: String? { get set }