DetectorState
public struct DetectorState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the state.
Declaration
Swift
public let stateName: String
-
The current state of the detector’s timers.
Declaration
Swift
public let timers: [Timer]
-
The current values of the detector’s variables.
Declaration
Swift
public let variables: [Variable]