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 identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • 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 }
  • The description of the phone number.

    Declaration

    Objective-C

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

    Swift

    var phoneNumberDescription: String? { 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 claimed phone number ARN that was previously imported from the external service, such as Amazon Pinpoint. If it is from Amazon Pinpoint, it looks like the ARN of the phone number that was imported from Amazon Pinpoint.

    Declaration

    Objective-C

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

    Swift

    var sourcePhoneNumberArn: String? { get set }
  • The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.

    Declaration

    Objective-C

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

    Swift

    var targetArn: String? { get set }