class
Amazonite::Sns::CheckIfPhoneNumberIsOptedOutInput
- Amazonite::Sns::CheckIfPhoneNumberIsOptedOutInput
- Reference
- Object
Overview
The input for the CheckIfPhoneNumberIsOptedOut action.
Defined in:
sns/check_if_phone_number_is_opted_out_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#phone_number : String
The phone number for which you want to check the opt out status.
-
#phone_number=(phone_number : String)
The phone number for which you want to check the opt out status.
- #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 phone_number=(phone_number : String)
#
The phone number for which you want to check the opt out status.