AWSSNSListSMSSandboxPhoneNumbersResult
Objective-C
@interface AWSSNSListSMSSandboxPhoneNumbersResult
Swift
class AWSSNSListSMSSandboxPhoneNumbersResult
-
A
NextTokenstring is returned when you call theListSMSSandboxPhoneNumbersInputoperation if additional pages of records are available.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
A list of the calling account’s pending and verified phone numbers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSNSSMSSandboxPhoneNumber *> *_Nullable phoneNumbers;Swift
var phoneNumbers: [AWSSNSSMSSandboxPhoneNumber]? { get set }
View on GitHub
Install in Dash
AWSSNSListSMSSandboxPhoneNumbersResult Class Reference