class
Amazonite::Sns::ListTopicsResponse
- Amazonite::Sns::ListTopicsResponse
- Reference
- Object
Overview
Response for ListTopics action.
Defined in:
sns/list_topics_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(topics : Array(Topic) | 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
ListTopicsrequest. -
#next_token=(next_token : String | Nil)
Token to pass along to the next
ListTopicsrequest. - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#topics : Array(Topic) | Nil
A list of topic ARNs.
-
#topics=(topics : Array(Topic) | Nil)
A list of topic ARNs.
- #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 ListTopics request. This element is returned if there are
additional topics to retrieve.
def next_token=(next_token : String | Nil)
#
Token to pass along to the next ListTopics request. This element is returned if there are
additional topics to retrieve.