ListSubscriptionsByTopicResponse class
Response for ListSubscriptionsByTopic action.
Constructors
-
ListSubscriptionsByTopicResponse({String? nextToken, List<
Subscription> ? subscriptions}) - ListSubscriptionsByTopicResponse.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
Token to pass along to the next
ListSubscriptionsByTopic
request. This element is returned if there are more subscriptions to retrieve.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subscriptions
→ List<
Subscription> ? -
A list of subscriptions.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited