class
Amazonite::Sns::ListSubscriptionsResponse
- Amazonite::Sns::ListSubscriptionsResponse
- Reference
- Object
Overview
Response for ListSubscriptions action
Defined in:
sns/list_subscriptions_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(subscriptions : Array(Subscription) | 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
Token to pass along to the next
ListSubscriptionsrequest. -
#next_token=(next_token : String | Nil)
Token to pass along to the next
ListSubscriptionsrequest. -
#subscriptions : Array(Subscription) | Nil
A list of subscriptions.
-
#subscriptions=(subscriptions : Array(Subscription) | Nil)
A list of subscriptions.
- #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 : String | Nil
#
Token to pass along to the next ListSubscriptions request. This element is returned if there
are more subscriptions to retrieve.
def next_token=(next_token : String | Nil)
#
Token to pass along to the next ListSubscriptions request. This element is returned if there
are more subscriptions to retrieve.