GetAlertPlainArgs

data class GetAlertPlainArgs(val arn: String) : ConvertibleToJava<GetAlertPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

ARN assigned to the alert.

Functions

Link copied to clipboard
open override fun toJava(): GetAlertPlainArgs