Get Notification Rule Result
data class GetNotificationRuleResult(val arn: String? = null, val createdBy: String? = null, val detailType: NotificationRuleDetailType? = null, val eventTypeIds: List<String>? = null, val name: String? = null, val status: NotificationRuleStatus? = null, val tags: Any? = null, val targets: List<NotificationRuleTarget>? = null)
Constructors
Link copied to clipboard
fun GetNotificationRuleResult(arn: String? = null, createdBy: String? = null, detailType: NotificationRuleDetailType? = null, eventTypeIds: List<String>? = null, name: String? = null, status: NotificationRuleStatus? = null, tags: Any? = null, targets: List<NotificationRuleTarget>? = null)