GetDetectorResult

data class GetDetectorResult(val arn: String? = null, val associatedModels: List<DetectorModel>? = null, val createdTime: String? = null, val description: String? = null, val detectorVersionId: String? = null, val detectorVersionStatus: DetectorVersionStatus? = null, val eventType: DetectorEventType? = null, val lastUpdatedTime: String? = null, val ruleExecutionMode: DetectorRuleExecutionMode? = null, val rules: List<DetectorRule>? = null, val tags: List<DetectorTag>? = null)

Constructors

Link copied to clipboard
fun GetDetectorResult(arn: String? = null, associatedModels: List<DetectorModel>? = null, createdTime: String? = null, description: String? = null, detectorVersionId: String? = null, detectorVersionStatus: DetectorVersionStatus? = null, eventType: DetectorEventType? = null, lastUpdatedTime: String? = null, ruleExecutionMode: DetectorRuleExecutionMode? = null, rules: List<DetectorRule>? = null, tags: List<DetectorTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the detector.

Link copied to clipboard

The models to associate with this detector.

Link copied to clipboard
val createdTime: String? = null

The time when the detector was created.

Link copied to clipboard
val description: String? = null

The description of the detector.

Link copied to clipboard

The active version ID of the detector

Link copied to clipboard

The desired detector version status for the detector

Link copied to clipboard

The event type to associate this detector with.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the detector was last updated.

Link copied to clipboard
Link copied to clipboard
val rules: List<DetectorRule>? = null
Link copied to clipboard
val tags: List<DetectorTag>? = null

Tags associated with this detector.