EventCategoryGroup class

Lists categories of events subscribed to, and generated by, the applicable AWS DMS resource type. This data type appears in response to the DescribeEventCategories action.

Constructors

EventCategoryGroup({List<String>? eventCategories, String? sourceType})
EventCategoryGroup.fromJson(Map<String, dynamic> json)
factory

Properties

eventCategories List<String>?
A list of event categories from a source type that you've chosen.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType String?
The type of AWS DMS resource that generates events.
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