class
Amazonite::Sns::ListSubscriptionsInput
- Amazonite::Sns::ListSubscriptionsInput
- Reference
- Object
Overview
Input for ListSubscriptions action.
Defined in:
sns/list_subscriptions_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
Token returned by the previous
ListSubscriptionsrequest. -
#next_token=(next_token : String | Nil)
Token returned by the previous
ListSubscriptionsrequest. - #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 returned by the previous ListSubscriptions request.