GetNotificationChannelResult class

Result data returned by getNotificationChannel.

Constructors

GetNotificationChannelResult({List<GetNotificationChannelFilter>? filters, String? id, String? region, List<GetNotificationChannelSn>? sns})
Creates a new GetNotificationChannelResult. filters Filter configurations for the Amazon SNS notification topic. See the filters attribute reference below. id Optional. region Optional. sns SNS noficiation channel configurations. See the sns attribute reference below.
const
GetNotificationChannelResult.fromMap(Map<String, dynamic> map)
factory

Properties

filters List<GetNotificationChannelFilter>?
Filter configurations for the Amazon SNS notification topic. See the filters attribute 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 sns attribute 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