Get Archive Result
data class GetArchiveResult(val arn: String? = null, val description: String? = null, val eventPattern: Any? = null, val retentionDays: Int? = null)
Constructors
Link copied to clipboard
fun GetArchiveResult(arn: String? = null, description: String? = null, eventPattern: Any? = null, retentionDays: Int? = null)