Package-level declarations
Types
Link copied to clipboard
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: Map<String, String>? = null, val targets: List<NotificationRuleTarget>? = null)
Link copied to clipboard