class
Amazonite::Sns::ListOriginationNumbersRequest
- Amazonite::Sns::ListOriginationNumbersRequest
- Reference
- Object
Defined in:
sns/list_origination_numbers_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of origination numbers to return.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of origination numbers to return.
-
#next_token : String | Nil
Token that the previous
ListOriginationNumbersrequest returns. -
#next_token=(next_token : String | Nil)
Token that the previous
ListOriginationNumbersrequest returns. - #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 next_token=(next_token : String | Nil)
#
Token that the previous ListOriginationNumbers request returns.