EventSubscription class

Constructors

EventSubscription({String? custSubscriptionId, String? customerAwsId, bool? enabled, List<String>? eventCategoriesList, String? id, String? snsTopicArn, List<String>? sourceIdsList, String? sourceType, String? status, String? subscriptionCreationTime})
EventSubscription.fromXml(XmlElement elem)
factory

Properties

customerAwsId String?
final
custSubscriptionId String?
final
enabled bool?
final
eventCategoriesList List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snsTopicArn String?
final
sourceIdsList List<String>?
final
sourceType String?
final
status String?
final
subscriptionCreationTime String?
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