DetectorStateDefinition
public struct DetectorStateDefinition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the new state of the detector (instance).
Declaration
Swift
public let stateName: String -
The new values of the detector’s timers. Any timer whose value isn’t specified is cleared, and its timeout event won’t occur.
Declaration
Swift
public let timers: [TimerDefinition] -
The new values of the detector’s variables. Any variable whose value isn’t specified is cleared.
Declaration
Swift
public let variables: [VariableDefinition] -
Undocumented
Declaration
Swift
public init(stateName: String, timers: [TimerDefinition], variables: [VariableDefinition]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DetectorStateDefinition Structure Reference