Detector
public struct Detector : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time the detector (instance) was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The name of the detector model that created this detector (instance).
Declaration
Swift
public let detectorModelName: String? -
The version of the detector model that created this detector (instance).
Declaration
Swift
public let detectorModelVersion: String? -
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
Declaration
Swift
public let keyValue: String? -
The time the detector (instance) was last updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp? -
The current state of the detector (instance).
Declaration
Swift
public let state: DetectorState? -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, detectorModelName: String? = nil, detectorModelVersion: String? = nil, keyValue: String? = nil, lastUpdateTime: TimeStamp? = nil, state: DetectorState? = nil)
View on GitHub
Detector Structure Reference