DetectorModel

data class DetectorModel(val arn: String? = null)

A model to associate with a detector.

Constructors

Link copied to clipboard
fun DetectorModel(arn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null