GetNotificationChannelResult class
Result data returned by getNotificationChannel.
Constructors
-
GetNotificationChannelResult({List<
GetNotificationChannelFilter> ? filters, String? id, String? region, List<GetNotificationChannelSn> ? sns}) -
Creates a new GetNotificationChannelResult.
filtersFilter configurations for the Amazon SNS notification topic. See thefiltersattribute reference below.idOptional.regionOptional.snsSNS noficiation channel configurations. See thesnsattribute reference below.const -
GetNotificationChannelResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
filters
→ List<
GetNotificationChannelFilter> ? -
Filter configurations for the Amazon SNS notification topic. See the
filtersattribute reference below.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- region → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sns
→ List<
GetNotificationChannelSn> ? -
SNS noficiation channel configurations. See the
snsattribute reference below.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited