AWSConnectListPhoneNumbersV2Response
Objective-C
@interface AWSConnectListPhoneNumbersV2Response
Swift
class AWSConnectListPhoneNumbersV2Response
-
Information about phone numbers that have been claimed to your Amazon Connect instances or traffic distribution groups.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectListPhoneNumbersSummary *> *_Nullable listPhoneNumbersSummaryList;
Swift
var listPhoneNumbersSummaryList: [AWSConnectListPhoneNumbersSummary]? { get set }
-
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }