class Amazonite::Sns::ListSubscriptionsByTopicResponse

Overview

Response for ListSubscriptionsByTopic action.

Defined in:

sns/list_subscriptions_by_topic_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(subscriptions : Array(Subscription) | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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.


[View source]
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.


[View source]
def subscriptions : Array(Subscription) | Nil #

A list of subscriptions.


[View source]
def subscriptions=(subscriptions : Array(Subscription) | Nil) #

A list of subscriptions.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]