DetectorModel

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

A model to associate with a detector.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the model.