AWSSNSVerifySMSSandboxPhoneNumberInput

Objective-C

@interface AWSSNSVerifySMSSandboxPhoneNumberInput

Swift

class AWSSNSVerifySMSSandboxPhoneNumberInput
  • The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.

    Declaration

    Objective-C

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

    Swift

    var oneTimePassword: String? { get set }
  • The destination phone number to verify.

    Declaration

    Objective-C

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

    Swift

    var phoneNumber: String? { get set }