GetNotificationRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val createdBy: String? = null
Link copied to clipboard
Link copied to clipboard
val eventTypeIds: List<String>? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
val tags: Any? = null
Link copied to clipboard