class
Amazonite::Sns::VerifySMSSandboxPhoneNumberInput
- Amazonite::Sns::VerifySMSSandboxPhoneNumberInput
- Reference
- Object
Defined in:
sns/verify_sms_sandbox_phone_number_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#one_time_password : String
The OTP sent to the destination number from the
CreateSMSSandBoxPhoneNumbercall. -
#one_time_password=(one_time_password : String)
The OTP sent to the destination number from the
CreateSMSSandBoxPhoneNumbercall. -
#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
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def one_time_password : String
#
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
def one_time_password=(one_time_password : String)
#
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.