GetNotificationChannelResponse constructor

GetNotificationChannelResponse({
  1. String? snsRoleName,
  2. String? snsTopicArn,
})

Implementation

GetNotificationChannelResponse({
  this.snsRoleName,
  this.snsTopicArn,
});