class Aws::SNS::Types::CreateSMSSandboxPhoneNumberInput

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

data as a hash:

    {
      phone_number: "PhoneNumberString", # required
      language_code: "en-US", # accepts en-US, en-GB, es-419, es-ES, de-DE, fr-CA, fr-FR, it-IT, ja-JP, pt-BR, kr-KR, zh-CN, zh-TW
    }

@!attribute [rw] phone_number

The destination phone number to verify. On verification, Amazon SNS
adds this phone number to the list of verified phone numbers that
you can send SMS messages to.
@return [String]

@!attribute [rw] language_code

The language to use for sending the OTP. The default value is
`en-US`.
@return [String]

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

Constants

SENSITIVE