class
Amazonite::Sns::ListPhoneNumbersOptedOutResponse
- Amazonite::Sns::ListPhoneNumbersOptedOutResponse
- Reference
- Object
Overview
The response from the ListPhoneNumbersOptedOut action.
Defined in:
sns/list_phone_numbers_opted_out_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(phone_numbers : Array(String) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
A
NextTokenstring is returned when you call theListPhoneNumbersOptedOutaction if additional records are available after the first page of results. -
#next_token=(next_token : String | Nil)
A
NextTokenstring is returned when you call theListPhoneNumbersOptedOutaction if additional records are available after the first page of results. -
#phone_numbers : Array(String) | Nil
A list of phone numbers that are opted out of receiving SMS messages.
-
#phone_numbers=(phone_numbers : Array(String) | Nil)
A list of phone numbers that are opted out of receiving SMS messages.
- #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?.
A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if
additional records are available after the first page of results.
A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if
additional records are available after the first page of results.
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.