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