class
Amazonite::Sns::CreateSMSSandboxPhoneNumberInput
- Amazonite::Sns::CreateSMSSandboxPhoneNumberInput
- Reference
- Object
Defined in:
sns/create_sms_sandbox_phone_number_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(phone_number : String, language_code : LanguageCodeString | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#language_code : LanguageCodeString | Nil
The language to use for sending the OTP.
-
#language_code=(language_code : LanguageCodeString | Nil)
The language to use for sending the OTP.
-
#phone_number : String
The destination phone number to verify.
-
#phone_number=(phone_number : String)
The destination phone number to verify.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The language to use for sending the OTP. The default value is en-US.
The language to use for sending the OTP. The default value is en-US.
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.
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.