Get Notification Channel Result
data class GetNotificationChannelResult(val filters: List<GetNotificationChannelFilter>? = null, val id: String, val sns: List<GetNotificationChannelSn>? = null)
A collection of values returned by getNotificationChannel.
Constructors
Link copied to clipboard
constructor(filters: List<GetNotificationChannelFilter>? = null, id: String, sns: List<GetNotificationChannelSn>? = null)