EventSubscription class

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Constructors

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

Properties

customerAwsId String?
The AWS customer account associated with the event notification subscription.
final
custSubscriptionId String?
The event notification subscription Id.
final
enabled bool?
A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
final
eventCategoriesList List<String>?
A list of event categories for the event notification subscription.
final
eventSubscriptionArn String?
The Amazon Resource Name (ARN) for the event subscription.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snsTopicArn String?
The topic ARN of the event notification subscription.
final
sourceIdsList List<String>?
A list of source IDs for the event notification subscription.
final
sourceType String?
The source type for the event notification subscription.
final
status String?
The status of the event notification subscription.
final
subscriptionCreationTime String?
The time the event notification subscription was created.
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