Subscription class

This data type is used as a response element in the ListEventSubscriptions action.

Constructors

Subscription({required List<EventSubscription> eventSubscriptions, required String resourceArn, required String topicArn})
Subscription.fromJson(Map<String, dynamic> json)
factory

Properties

eventSubscriptions List<EventSubscription>
The list of existing event subscriptions.
final
hashCode int
The hash code for this object.
no setterinherited
resourceArn String
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicArn String
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
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