class
Amazonite::Sns::ListSMSSandboxPhoneNumbersResult
- Amazonite::Sns::ListSMSSandboxPhoneNumbersResult
- Reference
- Object
Defined in:
sns/list_sms_sandbox_phone_numbers_result.crConstructors
- .from_xml(node : XML::Node) : self
- .new(phone_numbers : Array(SMSSandboxPhoneNumber), 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 theListSMSSandboxPhoneNumbersInputoperation if additional pages of records are available. -
#next_token=(next_token : String | Nil)
A
NextTokenstring is returned when you call theListSMSSandboxPhoneNumbersInputoperation if additional pages of records are available. -
#phone_numbers : Array(SMSSandboxPhoneNumber)
A list of the calling account's pending and verified phone numbers.
-
#phone_numbers=(phone_numbers : Array(SMSSandboxPhoneNumber))
A list of the calling account's pending and verified phone numbers.
- #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 ListSMSSandboxPhoneNumbersInput operation
if additional pages of records are available.
A NextToken string is returned when you call the ListSMSSandboxPhoneNumbersInput operation
if additional pages of records are available.
A list of the calling account's pending and verified phone numbers.
A list of the calling account's pending and verified phone numbers.