class
Amazonite::Sns::ListSubscriptionsByTopicResponse
- Amazonite::Sns::ListSubscriptionsByTopicResponse
- Reference
- Object
Overview
Response for ListSubscriptionsByTopic action.
Defined in:
sns/list_subscriptions_by_topic_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
ListSubscriptionsByTopicrequest. -
#next_token=(next_token : String | Nil)
Token to pass along to the next
ListSubscriptionsByTopicrequest. -
#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 ListSubscriptionsByTopic 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 ListSubscriptionsByTopic request. This element is returned if
there are more subscriptions to retrieve.