GetNotificationChannelResult constructor
const
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.
Implementation
const GetNotificationChannelResult({
this.filters,
this.id,
this.region,
this.sns,
});