class Aws::SNS::Types::VerifySMSSandboxPhoneNumberInput

@note When making an API call, you may pass VerifySMSSandboxPhoneNumberInput

data as a hash:

    {
      phone_number: "PhoneNumberString", # required
      one_time_password: "OTPCode", # required
    }

@!attribute [rw] phone_number

The destination phone number to verify.
@return [String]

@!attribute [rw] one_time_password

The OTP sent to the destination number from the
`CreateSMSSandBoxPhoneNumber` call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/VerifySMSSandboxPhoneNumberInput AWS API Documentation

Constants

SENSITIVE